mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Prefix client-side lang_code-s with #.
This commit is contained in:
@@ -40,7 +40,7 @@ void SetupLanguageButton(
|
||||
button->addClickHandler([=] {
|
||||
const auto m = button->clickModifiers();
|
||||
if ((m & Qt::ShiftModifier) && (m & Qt::AltModifier)) {
|
||||
Lang::CurrentCloudManager().switchToLanguage(qsl("custom"));
|
||||
Lang::CurrentCloudManager().switchToLanguage(qsl("#custom"));
|
||||
} else {
|
||||
*guard = LanguageBox::Show();
|
||||
}
|
||||
|
Reference in New Issue
Block a user