feat: Added remote SSH file provider

This commit is contained in:
WerWolv
2025-07-13 11:24:43 +02:00
parent a89fb542b0
commit bdc108d021
22 changed files with 992 additions and 26 deletions

View File

@@ -639,7 +639,7 @@ namespace hex::plugin::builtin {
if (provider->isDirty())
postfix += " (*)";
if (!provider->isWritable() && provider->getActualSize() != 0)
if (!provider->isWritable())
postfix += " (Read Only)";
}
}