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
@@ -11,7 +11,7 @@
namespace chatterino {
EditHotkeyDialog::EditHotkeyDialog(const std::shared_ptr<Hotkey> hotkey,
bool isAdd, QWidget *parent)
QWidget *parent)
: QDialog(parent, Qt::WindowStaysOnTopHint)
, ui_(new Ui::EditHotkeyDialog)
, data_(hotkey)