mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 20:42:09 +08:00
fix default tethering password
old-commit-hash: e773749f32065d65604a4213badce8f33eca8ceb
This commit is contained in:
@@ -61,7 +61,7 @@ private:
|
||||
unsigned int raw_adapter_state; // Connection status https://developer.gnome.org/NetworkManager/1.26/nm-dbus-types.html#NMDeviceState
|
||||
QString connecting_to_network;
|
||||
QString tethering_ssid;
|
||||
const QString defaultTetheringPassword = "swagswagcommma";
|
||||
const QString defaultTetheringPassword = "swagswagcomma";
|
||||
|
||||
bool firstScan = true;
|
||||
QString getAdapter();
|
||||
|
||||
Reference in New Issue
Block a user