mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Add missing Updates path to About screen
This commit is contained in:
@@ -86,9 +86,10 @@ namespace hex::paths {
|
||||
const static inline impl::DataPath Workspaces("workspaces");
|
||||
const static inline impl::DataPath Disassemblers("disassemblers");
|
||||
|
||||
constexpr static inline std::array<const impl::DefaultPath*, 21> All = {
|
||||
constexpr static inline std::array<const impl::DefaultPath*, 22> All = {
|
||||
&Config,
|
||||
&Recent,
|
||||
&Updates,
|
||||
|
||||
&Libraries,
|
||||
&Plugins,
|
||||
|
||||
Reference in New Issue
Block a user