mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 23:03:40 +00:00
edit mobilewidget.ui, main and wifi tab now only will be update if they
are active
This commit is contained in:
@ -111,6 +111,14 @@ MainWindow::~MainWindow()
|
||||
}
|
||||
|
||||
|
||||
int MainWindow::currentTab()
|
||||
{
|
||||
if (debug) qDebug() << PDEBUG;
|
||||
|
||||
return ui->stackedWidget->currentIndex();
|
||||
}
|
||||
|
||||
|
||||
Qt::ToolBarArea MainWindow::getToolBarArea()
|
||||
{
|
||||
if (debug) qDebug() << PDEBUG;
|
||||
|
||||
Reference in New Issue
Block a user