chore: follow-up #236

This commit is contained in:
2024-10-07 15:12:30 +07:00
parent 090a815f99
commit 8c6aea8050
7 changed files with 83 additions and 81 deletions

View File

@@ -217,16 +217,16 @@ function ManageButton() {
const menuItems = await Promise.all([
MenuItem.new({
text: "Open Columns Gallery",
text: "Open Launchpad",
action: () => LumeWindow.openColumnsGallery(),
}),
PredefinedMenuItem.new({ item: "Separator" }),
MenuItem.new({
text: "Add local feeds",
text: "Open Newsfeed",
action: () => LumeWindow.openLocalFeeds(),
}),
MenuItem.new({
text: "Add notification",
text: "Open Notification",
action: () => LumeWindow.openNotification(),
}),
]);