mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
add ctrl+number key shortcuts for tabs
This commit is contained in:
@@ -173,6 +173,10 @@ void MainWindow::GoToPreviousTab() {
|
||||
void MainWindow::GoToNextTab() {
|
||||
m_chat.GoToNextTab();
|
||||
}
|
||||
|
||||
void MainWindow::GoToTab(int idx) {
|
||||
m_chat.GoToTab(idx);
|
||||
}
|
||||
#endif
|
||||
|
||||
void MainWindow::OnDiscordSubmenuPopup() {
|
||||
|
||||
Reference in New Issue
Block a user