mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-08-17 06:49:56 +00:00
small fixes
This commit is contained in:
@ -43,9 +43,9 @@ void VlanWidget::clear()
|
||||
void VlanWidget::setShown(bool state)
|
||||
{
|
||||
if (state)
|
||||
VlanWidget::show();
|
||||
show();
|
||||
else
|
||||
VlanWidget::hide();
|
||||
hide();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user