Skip to content

Commit

Permalink
Change description of app switcher behave like window switcher option
Browse files Browse the repository at this point in the history
to reflect current way it affects things which changed.
  • Loading branch information
dsheeler committed Sep 25, 2024
1 parent 479cf21 commit e81913d
Show file tree
Hide file tree
Showing 20 changed files with 3,036 additions and 2,246 deletions.
270 changes: 157 additions & 113 deletions locale/[email protected]

Large diffs are not rendered by default.

278 changes: 159 additions & 119 deletions locale/cs.po

Large diffs are not rendered by default.

279 changes: 158 additions & 121 deletions locale/de.po

Large diffs are not rendered by default.

270 changes: 157 additions & 113 deletions locale/eo.po

Large diffs are not rendered by default.

286 changes: 164 additions & 122 deletions locale/es.po

Large diffs are not rendered by default.

270 changes: 157 additions & 113 deletions locale/fa.po

Large diffs are not rendered by default.

274 changes: 158 additions & 116 deletions locale/fr.po

Large diffs are not rendered by default.

286 changes: 164 additions & 122 deletions locale/it.po

Large diffs are not rendered by default.

290 changes: 165 additions & 125 deletions locale/ja.po

Large diffs are not rendered by default.

276 changes: 160 additions & 116 deletions locale/nb_NO.po

Large diffs are not rendered by default.

278 changes: 159 additions & 119 deletions locale/nl.po

Large diffs are not rendered by default.

278 changes: 159 additions & 119 deletions locale/pl.po

Large diffs are not rendered by default.

279 changes: 160 additions & 119 deletions locale/pt_BR.po

Large diffs are not rendered by default.

271 changes: 158 additions & 113 deletions locale/ro.po

Large diffs are not rendered by default.

280 changes: 160 additions & 120 deletions locale/ru.po

Large diffs are not rendered by default.

278 changes: 159 additions & 119 deletions locale/sv.po

Large diffs are not rendered by default.

277 changes: 159 additions & 118 deletions locale/tr.po

Large diffs are not rendered by default.

280 changes: 161 additions & 119 deletions locale/zh_CN.po

Large diffs are not rendered by default.

280 changes: 161 additions & 119 deletions locale/zh_TW.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export default class CoverflowAltTabPreferences extends ExtensionPreferences {
title: _('Properties'),
});
background_application_page.add(background_application_switcher_pref_group);
background_application_switcher_pref_group.add(buildSwitcherAdw(settings, "switch-application-behaves-like-switch-windows", [], [], _("Make the Application Switcher Behave Like the Window Switcher"), _("Don't group windows of the same application in a subswitcher.")));
background_application_switcher_pref_group.add(buildSwitcherAdw(settings, "switch-application-behaves-like-switch-windows", [], [], _("Make the Application Switcher Show Only First Preview"), _("Don't group windows of the same application in a subswitcher.")));
background_application_switcher_pref_group.add(buildRangeAdw(settings, "desaturate-factor", [0, 1, 0.001, [0.25, 0.5, 0.75]], _("Desaturate"), _("Larger means more desaturation."), true));

let color_row = new Adw.ExpanderRow({
Expand Down

0 comments on commit e81913d

Please sign in to comment.