Skip to content

Commit

Permalink
Fix the button to open the "user themes" dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Aug 21, 2022
1 parent f9a4ebf commit 4f37049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/src/settings/AppearancePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This source code is licensed under the MIT license which is detailed in the LICENSE.txt file.
*/
import { AlignmentFlag, Direction, QCheckBox, QComboBox, QLabel, QScrollArea, QSizePolicyPolicy, QWidget, TextFormat } from "@nodegui/nodegui";
import * as open from "open";
import { default as open } from "open";
import { BoxLayout, CheckBox, ComboBox, ComboBoxItem, GridLayout, Label, PushButton, ScrollArea, SpinBox,
Widget } from "qt-construct";
import { getLogger, log, Logger } from "extraterm-logging";
Expand Down Expand Up @@ -273,7 +273,7 @@ export class AppearancePage {
this.#minimizeWindowToTrayCheckBox.setEnabled(isOn);
}
}),

"",
this.#minimizeWindowToTrayCheckBox = CheckBox({
text: "Minimize windows to tray",
Expand Down

0 comments on commit 4f37049

Please sign in to comment.