mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
UI: retranslate the game list placeholder
This is the "Double-click to add a new folder to the game list" message that shows up when users first launch yuzu and is most likely never seen again. Previously this message was not re-translated.
This commit is contained in:
parent
078f86e1c4
commit
7a2ebd7de5
2 changed files with 16 additions and 1 deletions
|
@ -166,6 +166,9 @@ protected:
|
|||
void mouseDoubleClickEvent(QMouseEvent* event) override;
|
||||
|
||||
private:
|
||||
void changeEvent(QEvent* event) override;
|
||||
void RetranslateUI();
|
||||
|
||||
QVBoxLayout* layout = nullptr;
|
||||
QLabel* image = nullptr;
|
||||
QLabel* text = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue