Store and restore floating window size

This commit is contained in:
Rafostar
2020-11-06 19:43:38 +01:00
parent eb1a495907
commit 868c39f1cf
4 changed files with 39 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ class ClapperApp extends Gtk.Application
}
if(size) {
window.set_default_size(size[0], size[1]);
debug(`restored window dimensions: ${size[0]}x${size[1]}`);
debug(`restored window size: ${size[0]}x${size[1]}`);
}
let clapperPath = Misc.getClapperPath();