Make remote app minimize, maximize and close buttons affect Clapper

This commit is contained in:
Rafał Dzięgiel
2021-02-23 11:56:02 +01:00
parent 6950cf1bbb
commit a309ef6099
6 changed files with 46 additions and 18 deletions

View File

@@ -62,8 +62,7 @@ class ClapperWidgetRemote extends Gtk.Grid
}
break;
case 'close':
const root = this.get_root();
root.run_dispose();
this.root.run_dispose();
break;
default:
break;