Skip to content

Commit

Permalink
re-align extrainfo text
Browse files Browse the repository at this point in the history
  • Loading branch information
sTc2201 committed Aug 16, 2024
1 parent 4cfa8fa commit 0abc76b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/extrainfo.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public:
}
extra = s;
extra += L"~n~";
extra += L" ";
extra += L" ";

auto FF_WARN0 = CText::getText("FF_WARN0");
extra += FF_WARN0[0] ? FF_WARN0 : L"~p~IMG Files: " + std::to_wstring(imgNum) + L" / " + std::to_wstring(imgArrSize);
Expand All @@ -52,7 +52,7 @@ public:
if (LamppostShadows->get())
{
extra += L"~n~";
extra += L" ";
extra += L" ";
auto FF_WARN2 = CText::getText("FF_WARN2");
if (FF_WARN2[0])
extra += FF_WARN2;
Expand All @@ -65,7 +65,7 @@ public:
if (ViewDistance->get() > 24 || DetailQuality->get() > 30)
{
extra += L"~n~";
extra += L" ";
extra += L" ";
auto FF_WARN3 = CText::getText("FF_WARN3");
auto FF_WARN4 = CText::getText("FF_WARN4");
auto FF_WARN5 = CText::getText("FF_WARN5");
Expand Down

0 comments on commit 0abc76b

Please sign in to comment.