mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-20 09:35:48 +00:00
spin only in reload time
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
@@ -343,7 +343,9 @@
|
||||
return;
|
||||
}
|
||||
this.setInbounds(msg.obj);
|
||||
this.refreshing = false;
|
||||
setTimeout(() => {
|
||||
this.refreshing = false;
|
||||
}, 500);
|
||||
},
|
||||
async getDefaultSettings() {
|
||||
const msg = await HttpUtil.post('/panel/setting/defaultSettings');
|
||||
|
||||
Reference in New Issue
Block a user