Skip to content

Commit

Permalink
Fiy initial screen window list encoding #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Z Király authored and Lev Z Király committed Nov 23, 2023
1 parent 397dd1f commit 2ed1960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stores/use-windows-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const useWindowsStore = defineStore("windows", () => {
async function initializeScreen() {
await navigateTo({
path: "/",
query: { w: "[]", a: arrangement.value },
query: { w: atob("[]"), a: arrangement.value },
});
}

Expand Down

0 comments on commit 2ed1960

Please sign in to comment.