Skip to content

Commit f59e5cf

Browse files
core: frontend: wifi: DisconnectionDialog: Use new wifi.setLoading
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent 30979d8 commit f59e5cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/frontend/src/components/wifi/DisconnectionDialog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export default Vue.extend({
133133
this.show_more_info = !this.show_more_info
134134
},
135135
async disconnectFromWifiNetwork(): Promise<void> {
136+
wifi.setLoading(true)
136137
this.showDialog(false)
137138
await back_axios({
138139
method: 'get',

0 commit comments

Comments
 (0)