diff --git a/app/common/setting-definitions.js b/app/common/setting-definitions.js index d10585cd..0d2485a9 100644 --- a/app/common/setting-definitions.js +++ b/app/common/setting-definitions.js @@ -1,7 +1,7 @@ // setting-definitions.js: The TabFern settings, and setting-access functions // Fixed configuration -let ISSUE35 = true; // Set to true to enable #35 functions, false to disable +let ISSUE35 = false; // Set to true to enable #35 functions, false to disable // Names of settings, and their defaults // {{{1 diff --git a/app/settings/manifest.js b/app/settings/manifest.js index 1248972a..97bd17ca 100644 --- a/app/settings/manifest.js +++ b/app/settings/manifest.js @@ -22,7 +22,7 @@ function brplain(text){return `
${text}`;} function future_i18n(x) { return x; } -let ham = icon('fa fa-bars'); +let ham = icon('fa fa-bars'); // hamburger-menu icon (three bars) let gt = icon('fa fa-lg fa-caret-right'); var editImg = icon('fff-pencil tf-action-button'); var delImg = icon('fff-cross tf-action-button'); @@ -222,7 +222,7 @@ setting_definitions.push( "tab": future_i18n("Appearance"), "group": '', "type": "description", - "text": future_i18n("Refresh the TabFern window to apply changes to these options. To refresh, click TabFern's title bar and hit F5."), + "text": future_i18n("Refresh the TabFern window to apply changes to these options. To refresh, click TabFern's title bar and hit F5 or Cmd+R."), }, { "tab": future_i18n("Appearance"), @@ -401,7 +401,7 @@ setting_definitions.push( "tab": future_i18n("Advanced"), "group": '', "type": "description", - "text": future_i18n("Refresh the TabFern window to apply changes to these options. To refresh, click TabFern's title bar and hit F5."), + "text": future_i18n("Refresh the TabFern window to apply changes to these options. To refresh, click TabFern's title bar and hit F5 or Cmd+R."), }, { "tab": future_i18n("Advanced"), @@ -427,8 +427,8 @@ setting_definitions.push( `TabFern is by Chris White (blog, GitHub). I greatly appreciate the following contributors! If I have accidentally missed you, please let -me know so I can correct the omission. All names below are in asciibetical -order within each category.` +me know so I can correct the omission. All names below are in case-insensitive +alphabetical order within each category.` }, { @@ -474,6 +474,7 @@ order within each category.` "type": "description", "text": `` @@ -484,16 +485,22 @@ order within each category.` setting_definitions.push( { "tab": future_i18n("What's new?"), - "group": `Version 0.2.2${brplain('2020-xx-xx')}`, + "group": `Version 0.2.2${brplain('2021-12-22')}`, 'group_html':true, "type": "description", "text": ( -`` ), }, @@ -547,7 +559,7 @@ recovered window will show up in TabFern as a separate, unsaved window bug that sometimes causes TabFern not to load properly. If this happens, close the TF window and -click the TF toolbar button to reload, or hit F5. That will probably work! +click the TF toolbar button to reload, or hit F5 or Cmd+R. That will probably work! ${issue(171)}