mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02:00
adcs refresh only in developer tab
This commit is contained in:
@ -878,4 +878,12 @@ void qDetectorMain::UncheckServer(){
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
bool qDetectorMain::isCurrentlyTabDeveloper(){
|
||||
return (tabs->currentIndex()==Developer);
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user