mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
Move LANG_DE to the end of the Language enum
This commit is contained in:
@@ -60,13 +60,16 @@ public:
|
||||
};
|
||||
Q_ENUM(UIDisplayMode)
|
||||
|
||||
// New entries must go at the end of the enum
|
||||
// to avoid renumbering existing entries (which
|
||||
// would affect existing user preferences).
|
||||
enum Language
|
||||
{
|
||||
LANG_AUTO,
|
||||
LANG_DE,
|
||||
LANG_EN,
|
||||
LANG_FR,
|
||||
LANG_ZH_CN
|
||||
LANG_ZH_CN,
|
||||
LANG_DE
|
||||
};
|
||||
Q_ENUM(Language);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user