mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
help text added for f5
This commit is contained in:
parent
0f85999b4c
commit
c49f17cc07
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ KeyboardSettingsPage::KeyboardSettingsPage()
|
||||||
new QLabel("Search in current channel"));
|
new QLabel("Search in current channel"));
|
||||||
form->addRow(new QLabel("Ctrl + E"), new QLabel("Open Emote menu"));
|
form->addRow(new QLabel("Ctrl + E"), new QLabel("Open Emote menu"));
|
||||||
form->addRow(new QLabel("Ctrl + P"), new QLabel("Open Settings menu"));
|
form->addRow(new QLabel("Ctrl + P"), new QLabel("Open Settings menu"));
|
||||||
|
form->addRow(new QLabel("F5"), new QLabel("Reload subscriber and channel emotes"));
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace chatterino
|
} // namespace chatterino
|
||||||
|
|
Loading…
Reference in a new issue