removed last global keyboard handlers

This commit is contained in:
zadam
2020-01-22 20:48:56 +01:00
parent 370c63986d
commit 11a61325f9
9 changed files with 69 additions and 78 deletions

View File

@@ -18,7 +18,7 @@ const TPL = `
</div>`;
export default class TitleBarButtonsWidget extends BasicWidget {
render() {
doRender() {
if (!utils.isElectron()) {
return;
}