mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Allow plugins to alter file icons
This change will allow developers to change CSS classes of file icons and add additional file types.
This commit is contained in:
parent
3958c695f9
commit
8f33c9ea59
@ -375,7 +375,16 @@ define(function(require, exports, module) {
|
||||
setTimeout(callback, 17);
|
||||
};
|
||||
|
||||
plugin.freezePublicAPI({});
|
||||
plugin.freezePublicAPI({
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
get supportedIcons(){ return SupportedIcons; },
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
set supportedIcons(value){ SupportedIcons = value; }
|
||||
});
|
||||
|
||||
register(null, {
|
||||
util: plugin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user