ui: Added recent files to File menu

This commit is contained in:
WerWolv
2021-04-13 08:41:59 +02:00
parent 1e6b493b41
commit 8a485575f5
9 changed files with 42 additions and 29 deletions

View File

@@ -53,8 +53,6 @@ namespace hex {
double m_lastFrameTime;
static inline std::tuple<int, int> s_currShortcut = { -1, -1 };
std::list<std::string> m_recentFiles;
};
}