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