We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e11c3 commit 835689fCopy full SHA for 835689f
1 file changed
ddterm/app/appwindow.js
@@ -361,6 +361,12 @@ class DDTermAppWindow extends Gtk.ApplicationWindow {
361
this.emit('size-allocate', width, height);
362
}
363
364
+ vfunc_map() {
365
+ this.maximized = this.settings.get_boolean('window-maximize');
366
+
367
+ super.vfunc_map();
368
+ }
369
370
create_notebook() {
371
const notebook = new Notebook({
372
terminal_settings: this.terminal_settings,
0 commit comments