Skip to content

Commit 9a6346a

Browse files
authored
make mod name in uninstall yellow (fix #1353)
1 parent 70d20f2 commit 9a6346a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/src/ui/mods/popups/ConfirmUninstallPopup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bool ConfirmUninstallPopup::setup(Mod* mod) {
88
this->setTitle("Uninstall " + mod->getName());
99

1010
auto text = TextArea::create(
11-
fmt::format("Are you sure you want to \n<cr>uninstall {}</c>?", mod->getName()),
11+
fmt::format("Are you sure you want to \n<cr>uninstall</c> <cy>{}</c>?", mod->getName()),
1212
"chatFont.fnt",
1313
1.f, m_size.width - 35,
1414
ccp(.5f, .5f), 20.f, false

0 commit comments

Comments
 (0)