Skip to content

Commit

Permalink
Dropped an unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemony committed Feb 18, 2024
1 parent 41d7091 commit f5690c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8462,7 +8462,7 @@ SKIF_UI_Tab_DrawLibrary (void)

else
{
ImGui::Text ("What do you want to rename the ");
ImGui::Text ("What do you want to rename the");
ImGui::SameLine ( );
ImGui::TextColored (ImColor::HSV (0.11F, 1.F, 1.F), static_category.Name.c_str());
ImGui::SameLine ( );
Expand Down

0 comments on commit f5690c0

Please sign in to comment.