Skip to content

Commit a1f081e

Browse files
committed
app/window: don't sync size
1 parent 8c0202e commit a1f081e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddterm/app/appwindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ class DDTermAppWindow extends Gtk.ApplicationWindow {
329329
});
330330
this.maximized = this.settings.get_boolean('window-maximize');
331331

332-
this._setup_size_sync();
332+
// this._setup_size_sync();
333333
}
334334

335335
_setup_size_sync() {

0 commit comments

Comments
 (0)