Skip to content

Commit 9bec5f8

Browse files
author
Chris K
committed
Fix for DFL-2892, JS Error on opening Dragonfly.
1 parent 09800e0 commit 9bec5f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui-scripts/actions/actionbroker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ var ActionBroker = function()
287287
stored_shortcuts = null;
288288
window.settings.general.set("shortcuts", null);
289289
window.settings.general.set("shortcuts-hash", "");
290+
(new AlertDialog(ui_strings.D_SHORTCUTS_UPDATE_FAILED)).show();
290291
}
291292
}
292293
}

0 commit comments

Comments
 (0)