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