2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00

Change phone number section instead of a box.

This commit is contained in:
John Preston
2022-04-13 12:05:10 +04:00
parent 2253cd86e5
commit 488f6412f2
29 changed files with 189 additions and 136 deletions

View File

@@ -1163,7 +1163,7 @@ Sessions::Sessions(
setupContent(controller);
}
rpl::producer<QString> Sessions::Title() {
rpl::producer<QString> Sessions::title() {
return tr::lng_settings_sessions_title();
}