mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Store and restore floating window size
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user