fix: Settings menu closing when changing language
This commit is contained in:
parent
5edc0b876c
commit
c5cd6422c6
@ -57,7 +57,7 @@ namespace hex {
|
|||||||
void confirmButtons(const std::string &textLeft, const std::string &textRight, const std::function<void()> &leftButtonFn, const std::function<void()> &rightButtonFn);
|
void confirmButtons(const std::string &textLeft, const std::string &textRight, const std::function<void()> &leftButtonFn, const std::function<void()> &rightButtonFn);
|
||||||
|
|
||||||
static inline std::string toWindowName(const std::string &unlocalizedName) {
|
static inline std::string toWindowName(const std::string &unlocalizedName) {
|
||||||
return LangEntry(unlocalizedName) + "##" + unlocalizedName;
|
return LangEntry(unlocalizedName) + "###" + unlocalizedName;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user