status-desktop/vendor/DOtherSide/lib
Lukáš Tinkl c548a96a2a fix(Settings/LanguageView): do not change language on the fly
disable retranslation, display a confirmation dialog and apply the
language change after app restart

rationale: the way the retranslation works internally is that it force
reevaluation of _all_ QML bindings which:
- might lead to crashes (immediately or later)
- lots of warnings printed to console, some bindings can get broken as a result
- not all UI is correctly retranslated on the fly (we have lots of places
where we assign the text imperatively via JS code), so these wouldn't
appear translated before app restart anyway

Fixes #7823
2023-04-27 16:12:33 +02:00
..
include feat(Profile): New Social Links workflow 2023-03-16 16:08:23 +01:00
src fix(Settings/LanguageView): do not change language on the fly 2023-04-27 16:12:33 +02:00
CMakeLists.txt fix(StatusQ): StatusQ is QML module (#10207) 2023-04-14 11:18:56 +03:00
meson.build Original dotherside repository up to 4d0d6a353c33ff2227b83562a127b3514a7e2169 2023-02-09 12:48:11 +01:00