mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Various small ssh provider improvements
This commit is contained in:
@@ -17,6 +17,9 @@ IMHEX_PLUGIN_SETUP("Remote", "WerWolv", "Reading data from remote servers") {
|
||||
hex::ContentRegistry::Language::addLocalization(nlohmann::json::parse(romfs::get(path).string()));
|
||||
|
||||
hex::plugin::remote::SFTPClient::init();
|
||||
AT_FINAL_CLEANUP {
|
||||
hex::plugin::remote::SFTPClient::exit();
|
||||
};
|
||||
|
||||
hex::ContentRegistry::Provider::add<hex::plugin::remote::SSHProvider>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user