Improves error handling (foreground still needs testing).
This commit is contained in:
@@ -14,6 +14,7 @@ menu.view.title=View
|
||||
menu.view.collections=Collections
|
||||
menu.playback.title=Playback
|
||||
menu.help.title=Help
|
||||
menu.debug.title=Debugging
|
||||
|
||||
albumInfo.album=Album
|
||||
albumInfo.artists=Artists
|
||||
@@ -42,6 +43,7 @@ actions.refresh=Refresh Song Cache
|
||||
actions.exit=Exit
|
||||
|
||||
actions.logs=Show Logs
|
||||
actions.debug.error=Throw Error
|
||||
|
||||
actions.about=About
|
||||
|
||||
@@ -61,4 +63,7 @@ actions.playback.skipPrev=Skip Previously
|
||||
actions.playback.skipNext=Skip Next
|
||||
|
||||
error.generic=Error!
|
||||
error.browser.launch=Could not open browser background
|
||||
error.command=Could not run command
|
||||
error.debug.error=Could not create error
|
||||
error.browser.launch=Could not open browser background
|
||||
error.browser.null=Could not find browser background
|
||||
Reference in New Issue
Block a user