mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-23 18:50:01 +00:00
update main funtions
Beta release of helper
This commit is contained in:
@ -53,6 +53,19 @@ bool ControlAdaptor::Close()
|
||||
}
|
||||
|
||||
|
||||
QStringList ControlAdaptor::Settings()
|
||||
{
|
||||
return helper->printSettings();
|
||||
}
|
||||
|
||||
|
||||
bool ControlAdaptor::Update(const QString configPath)
|
||||
{
|
||||
helper->updateConfiguration(configPath);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
// netctlCommand
|
||||
bool ControlAdaptor::autoDisableAll()
|
||||
{
|
||||
|
Reference in New Issue
Block a user