Commit 6724aaef by Torkel Ödegaard

Plugins: added missing prop to type

parent 864a6262
......@@ -24,6 +24,7 @@ export interface Plugin extends PluginMeta {
hasUpdate: boolean;
latestVersion: string;
pinned: boolean;
icon?: string;
}
export interface PluginDashboard {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment