fix: prevent edit hotkey dialog opening as normal window (#6540)

This commit is contained in:
James Upjohn
2025-10-25 23:14:45 +13:00
committed by GitHub
parent 1178caf1b0
commit 4b1266dba3
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class EditHotkeyDialog final : public QDialog
public:
explicit EditHotkeyDialog(const std::shared_ptr<Hotkey> data,
bool isAdd = false, QWidget *parent = nullptr);
QWidget *parent = nullptr);
~EditHotkeyDialog() final;
std::shared_ptr<Hotkey> data();