Skip to content

Commit 6f4506e

Browse files
committed
app/window: don't sync size
1 parent 835689f commit 6f4506e

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
@@ -323,7 +323,7 @@ class DDTermAppWindow extends Gtk.ApplicationWindow {
323323
this.connect('realize', this.update_skip_taskbar.bind(this));
324324
this.update_skip_taskbar();
325325

326-
this._setup_size_sync();
326+
// this._setup_size_sync();
327327
}
328328

329329
_setup_size_sync() {

0 commit comments

Comments
 (0)