changed debug keybing to f6, f5 is now for refreshing
This commit is contained in:
@@ -107,7 +107,7 @@ Split::Split(QWidget *parent)
|
||||
createShortcut(this, "CTRL+F", &Split::showSearch);
|
||||
|
||||
// F5: reload emotes
|
||||
createShortcut(this, "F6", &Split::reloadChannelAndSubscriberEmotes);
|
||||
createShortcut(this, "F5", &Split::reloadChannelAndSubscriberEmotes);
|
||||
|
||||
// F12
|
||||
createShortcut(this, "F10", [] {
|
||||
|
||||
Reference in New Issue
Block a user