mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
NetworkSettings: Add command line option for opening a specific adapter
This commit is contained in:
parent
f4a5cd63bb
commit
38fb3257c8
3 changed files with 18 additions and 1 deletions
|
@ -17,6 +17,7 @@ class NetworkSettingsWidget : public GUI::SettingsWindow::Tab {
|
|||
|
||||
public:
|
||||
virtual void apply_settings() override;
|
||||
void switch_adapter(String const& adapter);
|
||||
|
||||
private:
|
||||
NetworkSettingsWidget();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue