From de5f0cb960e892481529cf7d18683e4f305d44f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Sun, 2 Apr 2023 13:19:38 +0200 Subject: [PATCH] hotfix: unbreak showing encryption splash screen those evil typos :) Fixes #10039 --- ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/main.qml b/ui/main.qml index d0350da18c..81c1f599fd 100644 --- a/ui/main.qml +++ b/ui/main.qml @@ -187,7 +187,7 @@ StatusWindow { Style.changeTheme(localAppSettings.theme, systemPalette.isCurrentSystemThemeDark()) Style.changeFontSize(localAccountSensitiveSettings.fontSize) Theme.updateFontSize(localAccountSensitiveSettings.fontSize) - } else if(state === Constansts.appState.appEncryptionProcess) { + } else if(state === Constants.appState.appEncryptionProcess) { loader.sourceComponent = undefined appLoadingAnimation.active = true appLoadingAnimation.item.splashScreenText = qsTr("Database re-encryption in progress. Please do NOT close the app.\nThis may take up to 30 minutes. Sorry for the inconvenience.\n\n This process is a one time thing and is necessary for the proper functioning of the application.")