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,
|
||||
|
||||
@@ -473,6 +473,7 @@ namespace hex::plugin::builtin {
|
||||
{ "Yara Patterns", &paths::Yara },
|
||||
{ "Yara Advaned Analysis", &paths::YaraAdvancedAnalysis },
|
||||
{ "Config", &paths::Config },
|
||||
{ "Updates", &paths::Updates },
|
||||
{ "Backups", &paths::Backups },
|
||||
{ "Resources", &paths::Resources },
|
||||
{ "Constants lists", &paths::Constants },
|
||||
|
||||
Reference in New Issue
Block a user