Refactored the Image Uploader feature. (#4971)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Mm2PL
2023-11-19 12:05:30 +01:00
committed by GitHub
parent 7898b97fc2
commit fbc8aacabe
13 changed files with 266 additions and 139 deletions
+5
View File
@@ -89,6 +89,11 @@ public:
{
return nullptr;
}
ImageUploader *getImageUploader() override
{
return nullptr;
}
};
} // namespace chatterino::mock