Skip to content

Commit

Permalink
Update Sort Users by Channel menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Nov 20, 2024
1 parent 85ceaaf commit b950e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clientdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,10 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
QAction* ByCityAction =
pViewMenu->addAction ( tr ( "Sort Users by &City" ), this, SLOT ( OnSortChannelsByCity() ), QKeySequence ( Qt::CTRL + Qt::Key_T ) );

QAction* ByServerChannelAction = pViewMenu->addAction ( tr ( "Sort Users by Se&rver Channel" ),
QAction* ByServerChannelAction = pViewMenu->addAction ( tr ( "Sort Users by Chann&el" ),
this,
SLOT ( OnSortChannelsByChannel() ),
QKeySequence ( Qt::CTRL + Qt::Key_R ) );
QKeySequence ( Qt::CTRL + Qt::Key_E ) );

OwnFaderFirstAction->setCheckable ( true );
OwnFaderFirstAction->setChecked ( pSettings->bOwnFaderFirst );
Expand Down

0 comments on commit b950e09

Please sign in to comment.