Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
f281f1e6 by wurstsalat at 2023-01-29T18:32:44+01:00
imprv: Preferences: Add 0 and 25 MiB to preview size settings
Fixes #11385
- - - - -
1 changed file:
- gajim/gtk/preferences.py
Changes:
=====================================
gajim/gtk/preferences.py
=====================================
@@ -392,11 +392,13 @@ def _reset_print_status(button: Gtk.Button) -> None:
class FilePreview(PreferenceBox):
def __init__(self, *args: Any) -> None:
sizes = {
+ 0: _('No automatic preview'),
262144: '256 KiB',
524288: '512 KiB',
1048576: '1 MiB',
5242880: '5 MiB',
10485760: '10 MiB',
+ 26214400: '25 MiB',
}
preview_actions = {}
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/f281f1e6c215fb99c5e989ade106bdf7aaed6a0c
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/f281f1e6c215fb99c5e989ade106bdf7aaed6a0c
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits