From 4f370494598bae4f919d8d2ae74684bbf4dacfbe Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Sun, 21 Aug 2022 20:42:32 +0200 Subject: [PATCH] Fix the button to open the "user themes" dir --- main/src/settings/AppearancePage.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/src/settings/AppearancePage.ts b/main/src/settings/AppearancePage.ts index 5f1dbd5a..18fd8691 100644 --- a/main/src/settings/AppearancePage.ts +++ b/main/src/settings/AppearancePage.ts @@ -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"; @@ -273,7 +273,7 @@ export class AppearancePage { this.#minimizeWindowToTrayCheckBox.setEnabled(isOn); } }), - + "", this.#minimizeWindowToTrayCheckBox = CheckBox({ text: "Minimize windows to tray",