quick access - more cleanup

This commit is contained in:
Benjamin Pasero
2020-03-26 13:51:05 +01:00
parent 7eee4d02e7
commit e80f8a5da9
12 changed files with 12 additions and 27 deletions

View File

@@ -146,7 +146,7 @@ export class Application {
}
// wait a bit, since focus might be stolen off widgets
// as soon as they open (e.g. quick open)
// as soon as they open (e.g. quick access)
await new Promise(c => setTimeout(c, 1000));
}
}