fix(menu): refactor menu system to use pure config objects and fix submenu click events
This commit is contained in:
@@ -21,4 +21,8 @@ export const enUS: TranslationDictionary = {
|
||||
testTitle: 'Test Dialog',
|
||||
testContent: '<div style="padding: 10px;">This is a <b>draggable</b> and <b>resizable</b> dialog.<br><br>Try dragging the title bar or resizing from the bottom-right corner.</div>',
|
||||
},
|
||||
menu: {
|
||||
info: "info",
|
||||
home: "home",
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user