0.1.8-beta-4
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user