diff --git a/src/qml/window/MainWindow.qml b/src/qml/window/MainWindow.qml index 08dcdaa..6652617 100644 --- a/src/qml/window/MainWindow.qml +++ b/src/qml/window/MainWindow.qml @@ -119,12 +119,12 @@ FluWindow { } } - Component.onCompleted: { - var isEnglishInputInstalled = ControlInputLayout.isEnglishInputInstalled() - if (!isEnglishInputInstalled) { - dialog.open() - } - } + // Component.onCompleted: { + // var isEnglishInputInstalled = ControlInputLayout.isEnglishInputInstalled() + // if (!isEnglishInputInstalled) { + // dialog.open() + // } + // } function changeDark() { FluTheme.darkMode = FluTheme.dark ? FluThemeType.Light : FluThemeType.Dark