adcs refresh only in developer tab

This commit is contained in:
Dhanya Maliakal
2016-08-24 17:10:07 +02:00
parent 5b5e1e32b3
commit 5d52e41e37
4 changed files with 22 additions and 3 deletions

View File

@ -878,4 +878,12 @@ void qDetectorMain::UncheckServer(){
}
//-------------------------------------------------------------------------------------------------------------------------------------------------
bool qDetectorMain::isCurrentlyTabDeveloper(){
return (tabs->currentIndex()==Developer);
}
//-------------------------------------------------------------------------------------------------------------------------------------------------