Introduce HTTP API for plugins (#5383)
This commit is contained in:
@@ -14,6 +14,7 @@ struct PluginPermission {
|
||||
enum class Type {
|
||||
FilesystemRead,
|
||||
FilesystemWrite,
|
||||
Network,
|
||||
};
|
||||
Type type;
|
||||
std::vector<QString> errors;
|
||||
|
||||
Reference in New Issue
Block a user