mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-22 06:22:06 +08:00
fix default tethering password
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