mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Retranslate Settings when language is changed.
Also suggest user to change language from 'en' to his for one time.
This commit is contained in:
@@ -26,12 +26,14 @@ namespace Settings {
|
||||
|
||||
class InnerWidget;
|
||||
|
||||
class Widget : public Layer {
|
||||
class Widget : public Layer, private base::Subscriber {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
Widget(QWidget*);
|
||||
|
||||
void refreshLang();
|
||||
|
||||
void showFinished() override;
|
||||
void parentResized() override;
|
||||
|
||||
|
Reference in New Issue
Block a user