Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit f57054f

Browse files
author
icymind
committed
refresh after save a actived profile
1 parent f532486 commit f57054f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/Manage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export default {
310310
this.loaderText = 'Applying Profile'
311311
this.activeLoader = true
312312
await this.vrouter.applyActivedProfile()
313-
await this.refreshInfos(true)
313+
await this.getProxiesInfo()
314314
this.activeLoader = false
315315
logger.info(`apply editting profile: ${this.activedProfile.name}`)
316316
this.loaderText = 'Loading'

0 commit comments

Comments
 (0)