0.1.8-beta-4

This commit is contained in:
Robin Davies
2022-04-26 02:07:05 -04:00
parent 3db29505bb
commit c31bea9ecd
33 changed files with 886 additions and 572 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export default class WifiDirectConfigSettings {
} else if (!this.enable) {
result = "Disabled.";
} else {
result = this.hotspotName;
result = "Enabled. (" + this.hotspotName + ")";
}
if (this.rebootRequired)
{