mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Realtime UI translation in Intro.
Also support realtime translation testing by F7-F6-F7-F8 keys.
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
return _id;
|
||||
}
|
||||
bool isCustom() const {
|
||||
return id() == qstr("custom");
|
||||
return (_id == qstr("custom") || _id == qstr("TEST_X") || _id == qstr("TEST_0"));
|
||||
}
|
||||
int version() const {
|
||||
return _version;
|
||||
|
Reference in New Issue
Block a user