mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
Fixed titles not showing up
This commit is contained in:
parent
69da0e6e9b
commit
e0887cf2d4
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ MainFrame::MainFrame() : TabFrame()
|
|||
std::string tag = getLatestTag(TAGS_INFO);
|
||||
if(!tag.empty() && tag != APP_VERSION)
|
||||
setTitle(std::string(APP_TITLE) + "menus/main_app"_i18n );
|
||||
/* else
|
||||
setTitle(std::string(APP_TITLE) + "menus/main_v"_i18n + std::string(APP_VERSION)); */
|
||||
else
|
||||
setTitle(std::string(APP_TITLE));
|
||||
this->setIcon("romfs:/gui_icon.png");
|
||||
this->setFooterText("v" + std::string(APP_VERSION));
|
||||
|
||||
|
|
Loading…
Reference in a new issue