Skip to content

Commit 63b02a5

Browse files
committed
Move jackl window to top.
1 parent 7fe0281 commit 63b02a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-minimal/ui/desktop.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ function Desktop(emit, refresh) {
1515
var width = window.innerWidth;
1616
var height = window.innerHeight;
1717
var windows = [
18-
{ id: genId(),
19-
title: "bananas/samples/maze.jkl", code: jkl, mode: "jackl" },
2018
{ id: genId(),
2119
title: "config.jon", code: config.get(), mode: "jon" },
20+
{ id: genId(),
21+
title: "bananas/samples/maze.jkl", code: jkl, mode: "jackl" },
2222
];
2323

2424
return {

0 commit comments

Comments
 (0)