fix: Remove unused if

This commit is contained in:
WerWolv
2025-08-09 19:53:32 +02:00
parent f3d9f224b7
commit 4e5b2675a0

View File

@@ -324,9 +324,6 @@ namespace hex::plugin::builtin {
ShortcutManager::resumeShortcuts();
settingChanged = true;
if (!m_hasDuplicate) {
}
}
}