Skip to content

Commit

Permalink
some minor UI text tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ishani committed Sep 17, 2023
1 parent 3324494 commit 60daf1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/r4.toolbox/app/ouro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -965,10 +965,6 @@ int OuroApp::EntrypointGUI()
{
xpOpenURL( m_storagePaths->outputApp.string().c_str() );
}
ImGui::Separator();
if ( ImGui::MenuItem( "Configure..." ) )
{
}
});

// events
Expand Down
4 changes: 2 additions & 2 deletions src/r5.lore/lore.app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3051,9 +3051,9 @@ int LoreApp::EntrypointOuro()
}
{
ImGui::TableNextColumn();
ImGui::TextColored( colour::shades::callout.neutral(), "LOAD (overwrite)" );
ImGui::TextColored( colour::shades::callout.neutral(), "LOAD (replace)" );
ImGui::Spacing();
ImGui::TextWrapped( "Replace the current tags in the database with new data loaded from a file. This will REPLACE your current data!" );
ImGui::TextWrapped( "Overwrite the current tags in the database with new data loaded from a file. This will REPLACE your current data!" );
ImGui::Spacing();
}
{
Expand Down

0 comments on commit 60daf1a

Please sign in to comment.