editor: saving scene will be registered to recently used list

This commit is contained in:
Turánszki János
2024-03-17 18:23:47 +01:00
parent eb3f3ca68d
commit cf11876d12
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ void ContentBrowserWindow::RefreshContent()
if (!editor->recentFilenames.empty())
{
wi::gui::Button& button = folderButtons[SELECTION_RECENT];
button.Create("Recently Opened");
button.Create("Recently Used");
button.SetLocalizationEnabled(false);
button.SetSize(XMFLOAT2(wid, hei));
button.OnClick([this](wi::gui::EventArgs args) {