1
Fork 0
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:
Maciej 2022-10-29 21:50:15 +02:00 committed by Sam Atkins
parent f4a5cd63bb
commit 38fb3257c8
3 changed files with 18 additions and 1 deletions

View file

@ -17,6 +17,7 @@ class NetworkSettingsWidget : public GUI::SettingsWindow::Tab {
public:
virtual void apply_settings() override;
void switch_adapter(String const& adapter);
private:
NetworkSettingsWidget();