fix tab index on serverpage

This commit is contained in:
RetroPooh 2018-04-01 14:13:21 +03:00
parent 4be73b7049
commit 6964ba4165

View File

@ -1005,7 +1005,7 @@ void ServerPage::saveRates()
void ServerPage::tabChanged(int page)
{
if(page == 2)
if(page == TAB_HIDDEN_SERVICE)
updateOutProxyIndicator();
}