We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09800e0 commit 9bec5f8Copy full SHA for 9bec5f8
src/ui-scripts/actions/actionbroker.js
@@ -287,6 +287,7 @@ var ActionBroker = function()
287
stored_shortcuts = null;
288
window.settings.general.set("shortcuts", null);
289
window.settings.general.set("shortcuts-hash", "");
290
+ (new AlertDialog(ui_strings.D_SHORTCUTS_UPDATE_FAILED)).show();
291
}
292
293
0 commit comments