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

@@ -15,9 +15,9 @@ export const LumeWindow = {
await getCurrentWindow().emit("columns", {
type: "add",
column: {
label: "columns_gallery",
name: "Columns Gallery",
url: "/columns/gallery",
label: "launchpad",
name: "Launchpad",
url: "/columns/launchpad",
},
});
},
@@ -25,8 +25,8 @@ export const LumeWindow = {
await getCurrentWindow().emit("columns", {
type: "add",
column: {
label: "local_feeds",
name: "Local Feeds",
label: "newsfeed",
name: "Newsfeed",
url: "/columns/newsfeed",
},
});