Skip to content

Commit d316f88

Browse files
committed
fix: settings order
1 parent b4a80c7 commit d316f88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/settings/mainSettings.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function mainSettings() {
8080
key: "reset",
8181
text: strings["restore default settings"],
8282
icon: "historyrestore",
83-
index: 5,
83+
index: 6,
8484
},
8585
{
8686
key: "preview-settings",
@@ -92,6 +92,7 @@ export default function mainSettings() {
9292
key: "terminal-settings",
9393
text: "Terminal Settings",
9494
icon: "terminal",
95+
index: 5,
9596
},
9697
{
9798
key: "editSettings",

0 commit comments

Comments
 (0)