mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:46:41 +00:00
UI: OptionsController: Fix typo
This commit is contained in:
parent
3288a7c38c
commit
b03f2f95fa
@ -188,7 +188,7 @@ void OptionsController::importBackup()
|
||||
|
||||
const QString inPath = FileUtil::pathSlash(path);
|
||||
|
||||
if (!confManager()->importBackup(inPath)) {
|
||||
if (confManager()->importBackup(inPath)) {
|
||||
windowManager()->showInfoDialog(tr("Backup Imported Successfully"));
|
||||
} else {
|
||||
windowManager()->showErrorBox(tr("Cannot Import Backup"));
|
||||
|
Loading…
Reference in New Issue
Block a user