mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: change initialize logic
*complete without change animation
This commit is contained in:
@@ -27,3 +27,13 @@ bool ExternalExecuter::findApp()
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
bool ExternalExecuter::getIsAutoStart() const
|
||||
{
|
||||
return isAutoStart;
|
||||
}
|
||||
|
||||
void ExternalExecuter::setIsAutoStart(bool value)
|
||||
{
|
||||
isAutoStart = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user