mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 18:02:47 +01:00
fix marketplace uninstall bug
This commit is contained in:
parent
7878364f57
commit
1ff616786e
@ -125,6 +125,8 @@ class MarketPlace extends this.OS.GUI.BaseApplication
|
|||||||
return me.error __("Cannot uninstall package: {0}", r.error) if r.error
|
return me.error __("Cannot uninstall package: {0}", r.error) if r.error
|
||||||
me.notify __("Package uninstalled")
|
me.notify __("Package uninstalled")
|
||||||
delete me.systemsetting.system.packages[name]
|
delete me.systemsetting.system.packages[name]
|
||||||
|
window.OS.PM.killAll name
|
||||||
|
delete window.OS.APP[name]
|
||||||
me._gui.refreshSystemMenu()
|
me._gui.refreshSystemMenu()
|
||||||
me.appDetail sel
|
me.appDetail sel
|
||||||
, __("Uninstall") ,
|
, __("Uninstall") ,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user