Merge pull request #153 from amnezia-vpn/bugfix/some-ui-small-fixes
bugfix/some-ui-small-fixes
This commit is contained in:
commit
a8273a8fdc
10 changed files with 9 additions and 550 deletions
|
@ -267,32 +267,6 @@ void UiLogic::onGotoCurrentProtocolsPage()
|
|||
emit goToPage(Page::ServerContainers);
|
||||
}
|
||||
|
||||
//void UiLogic::showEvent(QShowEvent *event)
|
||||
//{
|
||||
//#if defined Q_OS_MACX
|
||||
// if (!event->spontaneous()) {
|
||||
// setDockIconVisible(true);
|
||||
// }
|
||||
// if (needToHideCustomTitlebar) {
|
||||
// ui->widget_tittlebar->hide();
|
||||
// resize(width(), 640);
|
||||
// ui->stackedWidget_main->move(0,0);
|
||||
// }
|
||||
//#endif
|
||||
//}
|
||||
|
||||
//void UiLogic::hideEvent(QHideEvent *event)
|
||||
//{
|
||||
//#if defined Q_OS_MACX
|
||||
// if (!event->spontaneous()) {
|
||||
// setDockIconVisible(false);
|
||||
// }
|
||||
//#endif
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
void UiLogic::installServer(QMap<DockerContainer, QJsonObject> &containers)
|
||||
{
|
||||
if (containers.isEmpty()) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue