editor: saving scene will be registered to recently used list
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user