diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-08-05 00:44:56 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-08-05 00:46:59 +0200 |
commit | c291946d2a8c3e03940da4070533e124283d303c (patch) | |
tree | 23155f22afed3812b187b915d2f28b8dc0c5e0f2 /changelog.md | |
parent | dfb30d91397f6b5ed80d94b7dde4e71346b1be35 (diff) | |
download | PrismLauncher-c291946d2a8c3e03940da4070533e124283d303c.tar.gz PrismLauncher-c291946d2a8c3e03940da4070533e124283d303c.tar.bz2 PrismLauncher-c291946d2a8c3e03940da4070533e124283d303c.zip |
NOISSUE do not lose selection on mod enable/disable toggle
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 780bce68..544c7abf 100644 --- a/changelog.md +++ b/changelog.md @@ -16,6 +16,12 @@ There are some accessibility fixes thrown in too. It now also shows disabled mods, and has prefix and suffix that shows if the mod is enabled, and if it is a folder. +- You can now enable and disable mods with the keyboard. + + Toggle with enter. + +- Enabling and disabling mods no longer makes the list forget what was selected. + - GH-358: Switched all the dialog pages from using buttons in layouts to toolbars. Toolbar buttons are smaller, and the toolbars can overflow buttons into an overflow space. This allows requiring a lot less space for the windows. |