mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
ui/api: Added loaded plugin information to welcome screen
This commit is contained in:
@@ -24,6 +24,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.welcome.help.repo.link", "https://github.com/WerWolv/ImHex" },
|
||||
{ "hex.welcome.help.gethelp", "Get Help" },
|
||||
{ "hex.welcome.help.gethelp.link", "https://github.com/WerWolv/ImHex/discussions/categories/get-help" },
|
||||
{ "hex.welcome.header.plugins", "Loaded Plugins" },
|
||||
{ "hex.welcome.plugins.plugin", "Plugin" },
|
||||
{ "hex.welcome.plugins.author", "Author" },
|
||||
{ "hex.welcome.plugins.desc", "Description" },
|
||||
{ "hex.welcome.header.customize", "Customize" },
|
||||
{ "hex.welcome.customize.settings.title", "Settings" },
|
||||
{ "hex.welcome.customize.settings.desc", "Change preferences of ImHex" },
|
||||
|
||||
@@ -13,7 +13,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
}
|
||||
|
||||
IMHEX_PLUGIN_SETUP {
|
||||
IMHEX_PLUGIN_SETUP("Built-in", "WerWolv", "Default ImHex functionality") {
|
||||
|
||||
using namespace hex::plugin::builtin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user