diff options
| author | thotbot <thotbot@protonmail.com> | 2019-12-21 15:13:23 +0000 |
|---|---|---|
| committer | thotbot <thotbot@protonmail.com> | 2019-12-21 15:13:23 +0000 |
| commit | 3f4f6f01dcef127a1527e717b2570729e9314e92 (patch) | |
| tree | 4fd79f993d9b038d08ec29386c0947447866ced4 /js | |
| parent | 500c7ec82e1d0d8b0f1fb45e2649a7795d4e5a22 (diff) | |
| download | monzero-gui-3f4f6f01dcef127a1527e717b2570729e9314e92.tar.gz monzero-gui-3f4f6f01dcef127a1527e717b2570729e9314e92.tar.xz monzero-gui-3f4f6f01dcef127a1527e717b2570729e9314e92.zip | |
misc: remove unused components
Diffstat (limited to 'js')
| -rw-r--r-- | js/Windows.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/Windows.js b/js/Windows.js index b0d465b5..6d067e0d 100644 --- a/js/Windows.js +++ b/js/Windows.js @@ -19,10 +19,8 @@ function setCustomWindowDecorations(custom) { if (custom) { appWindow.flags = flagsCustomDecorations; - daemonConsolePopup.flags = flagsCustomDecorations; } else { appWindow.flags = flags; - daemonConsolePopup.flags = flags; } // Reset window |
