fix: Add missing Updates path to About screen

This commit is contained in:
WerWolv
2025-08-09 17:59:01 +02:00
parent c30830a8ff
commit e6f46747b6
2 changed files with 3 additions and 1 deletions

View File

@@ -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,

View File

@@ -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 },