mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
sys: Move windows-only footer items to the windows plugin
This commit is contained in:
@@ -8,6 +8,7 @@ namespace hex::plugin::windows {
|
||||
|
||||
void registerLanguageEnUS();
|
||||
|
||||
void addFooterItems();
|
||||
}
|
||||
|
||||
|
||||
@@ -17,6 +18,8 @@ IMHEX_PLUGIN_SETUP("Windows", "WerWolv", "Windows-only features") {
|
||||
ContentRegistry::Views::add<ViewTTYConsole>();
|
||||
|
||||
registerLanguageEnUS();
|
||||
|
||||
addFooterItems();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user