This commit is contained in:
2024-10-27 15:57:32 +07:00
parent eb6e3e52df
commit 0518389f50
17 changed files with 306 additions and 349 deletions

View File

@@ -15,7 +15,7 @@ export const LumeWindow = {
await getCurrentWindow().emit("columns", {
type: "add",
column: {
label: "launchpad",
label: `launchpad-${account.slice(0, 5)}`,
name: "Launchpad",
url: `/columns/launchpad/${account}`,
account,