fix default tethering password

This commit is contained in:
Adeeb Shihadeh
2021-07-06 19:33:08 -07:00
parent 6feafc0042
commit e773749f32
+1 -1
View File
@@ -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();