nicer touch bar buttons

This commit is contained in:
Eugene Pankov
2018-08-25 10:11:32 +02:00
parent 06d14f9bb2
commit 7f45bb57fc
10 changed files with 29 additions and 21 deletions

View File

@@ -144,7 +144,7 @@ export class AppRootComponent {
if (progress !== null) {
this.hostApp.getWindow().setProgressBar(progress / 100.0, 'normal')
} else {
this.hostApp.getWindow().setProgressBar(0, 'none')
this.hostApp.getWindow().setProgressBar(-1, 'none')
}
})
})