mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 13:24:16 -04:00
fix tab index on serverpage
This commit is contained in:
parent
4be73b7049
commit
6964ba4165
1 changed files with 1 additions and 1 deletions
|
@ -1005,7 +1005,7 @@ void ServerPage::saveRates()
|
||||||
|
|
||||||
void ServerPage::tabChanged(int page)
|
void ServerPage::tabChanged(int page)
|
||||||
{
|
{
|
||||||
if(page == 2)
|
if(page == TAB_HIDDEN_SERVICE)
|
||||||
updateOutProxyIndicator();
|
updateOutProxyIndicator();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue