You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{id: "link",name: "Link handling",note: "Regex for making clickable links, curently disabled.",type: "text",value: "",disabled: true},
149
+
{id: "link",name: "Link handling",note: "Regex for making clickable links, currently disabled.",type: "text",value: "",disabled: true},
150
150
{id: "linkUrl",name: "Automatically link URLs",note: "Matching occurs while holding the control (Linux) or command (macOS) key.",type: "switch",value: true},
151
151
{id: "linkPreviews",name: "Show link previews",note: "When set to `osc8`, previews are only shown for hyperlinks created with the OSC 8 sequence.",type: "dropdown",value: "true",options: ["true","false","osc8"]},
152
-
{id: "undoTimeout",name: "Undo timeout",note: "Timeout for undo operations. Format like `1h30m`, `5s`, `500ms`.",type: "text"}
152
+
{id: "undoTimeout",name: "Undo timeout",note: "Timeout for undo operations. Format like `1h30m`, `5s`, `500ms`.",type: "text",value: ""}
153
153
]
154
154
},
155
155
{
@@ -560,7 +560,7 @@ const settings = [
560
560
{
561
561
id: "icon",
562
562
name: "App Icon",
563
-
note: "An app icon previewer has been added to the to-do list.",
563
+
note: "If you choose the \"custom-style\" option, you can use any of the other icon settings to customize your icon with a live preview.",
564
564
settings: [
565
565
{id: "macosIcon",name: "Icon",note: "Custom style must specify both ghost and screen colors.",type: "dropdown",value: "official",options: ["official","blueprint","chalkboard","microchip","glass","holographic","paper","retro","xray","custom","custom-style"]},
566
566
{id: "macosCustomIcon",name: "Icon file",note: "Only used when \"custom\" is selected above.",type: "text",value: ""},
0 commit comments