1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

fix vala code changes

This commit is contained in:
Alberto Fanjul 2022-05-30 08:53:14 +02:00
parent aadfeec79c
commit ca9b0cd407
2 changed files with 6 additions and 1 deletions

View file

@ -804,7 +804,7 @@ int main(string[]? argv)
Application app = new DispCtl();
app.set_default();
Application.set_default(app);
Sigint.add_watch((app as DispCtl).stop_wireless_display);