impr: Handle provider opening more centrally, switch to existing provider if same file is being opened again

This commit is contained in:
WerWolv
2025-12-17 12:55:24 +01:00
parent c11c05a399
commit 89004574d3
48 changed files with 211 additions and 158 deletions

View File

@@ -15,7 +15,7 @@ namespace hex::plugin::remote {
bool isResizable() const override { return false; }
bool isSavable() const override { return isWritable(); }
bool open() override;
OpenResult open() override;
void close() override;
void save() override;