magicspacekiwi
Results
2
issues of
magicspacekiwi
When a keybase client update is available, I've noticed that on at least two occasions that the updater will minimize the fullscreen app I'm in (in this case, the game...
In main.js ``` var menu = Menus.getMenu(Menus.AppMenuBar.EDIT_MENU); menu.addMenuItem(COMMAND_ID, [{key: "Ctrl-Shift-I", platform: "win"}, {key: "Ctrl-Shift-I", platform: "mac"}]); ``` Should really be changed to: ``` var menu = Menus.getMenu(Menus.AppMenuBar.EDIT_MENU); menu.addMenuItem(COMMAND_ID, [{key: "Ctrl-Shift-I",...