mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-24 01:39:46 +02:00
minor bug fix
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user