mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
fix: blocked behaviour
This commit is contained in:
@@ -170,6 +170,11 @@ void CoreManager::callUpdateList()
|
||||
void CoreManager::showError(ErrorsEnum errorEnum)
|
||||
{
|
||||
widgetManager->getMainWindow()->showError(errorEnum);
|
||||
|
||||
if (errorEnum == ErrorsEnum::BLOCKED)
|
||||
{
|
||||
widgetManager->getEntryWidget()->showLoginWidget(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user