Implement Setting Dialog - Work in Progress
This commit is contained in:
@@ -18,6 +18,7 @@ const Shortcuts = () => {
|
||||
});
|
||||
const handleClick = (action, resolver, tOut = 250) => {
|
||||
App.closeWindow("dashboardmenu");
|
||||
App.toggleWindow("settings-dialog");
|
||||
|
||||
setTimeout(() => {
|
||||
Utils.execAsync(action)
|
||||
|
||||
@@ -7,7 +7,7 @@ export const BarItemBox = (child) => {
|
||||
};
|
||||
|
||||
return Widget.Button({
|
||||
class_name: "bar_item_box_visible",
|
||||
class_name: `bar_item_box_visible ${Object.hasOwnProperty.call(child, "boxClass") ? child.boxClass : ""}`,
|
||||
child: child.component,
|
||||
visible: computeVisible(),
|
||||
...child.props,
|
||||
|
||||
Reference in New Issue
Block a user