mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 17:58:22 +01:00
minor bug fix
This commit is contained in:
parent
d8b8037b3e
commit
946bf9df5e
@ -122,7 +122,7 @@ class MarketPlace extends this.OS.GUI.BaseApplication
|
||||
(d) ->
|
||||
return unless d
|
||||
app.path.asFileHandler().remove (r) ->
|
||||
me.error "Cannot uninstall package: #{r.error}" if r.error
|
||||
return me.error "Cannot uninstall package: #{r.error}" if r.error
|
||||
me.notify "Package uninstalled"
|
||||
me.systemsetting.system.packages[name] = undefined
|
||||
me._gui.refreshSystemMenu()
|
||||
|
Loading…
Reference in New Issue
Block a user