From 2ff606628cf1393d85fb51060a296bceb4d29bfd Mon Sep 17 00:00:00 2001 From: Kyle Kienapfel Date: Fri, 10 Jun 2022 19:17:18 -0700 Subject: 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. --- src/yuzu/game_list.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/yuzu/game_list.h') diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h index d19dbe4b0..464da98ad 100644 --- a/src/yuzu/game_list.h +++ b/src/yuzu/game_list.h @@ -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; -- cgit v1.2.3