mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-27 04:29:58 +00:00
small fixes
This commit is contained in:
@ -59,9 +59,9 @@ void MobileWidget::clear()
|
||||
void MobileWidget::setShown(bool state)
|
||||
{
|
||||
if (state)
|
||||
MobileWidget::show();
|
||||
show();
|
||||
else
|
||||
MobileWidget::hide();
|
||||
hide();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user