Don't show padding files

This commit is contained in:
DC
2016-07-20 22:40:18 -07:00
parent a4a31d0860
commit 0d3c18d3bc
3 changed files with 3 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ State.load(onState)
// the dock icon and drag+drop.
function onState (err, _state) {
if (err) return onError(err)
state = _state
state = window.state = _state // Make available for easier debugging
// Create controllers
controllers = {