mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 12:21:34 -05:00
Chore: Disallow theme engine (and predecessor dark theme) installations
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ rm -f /boot/plugins/unRAIDServer.plg
|
||||
rm -f $CONFIG/plugins/unRAIDServer.plg
|
||||
|
||||
# These plugins are now integrated in the OS or obsolete and may interfere
|
||||
OBSOLETE="vfio.pci dynamix.wireguard dynamix.ssd.trim dynamix.file.manager gui.search unlimited-width proxy.editor unraid.patch AAA-UnraidPatch-BootLoader-DO_NOT_DELETE"
|
||||
OBSOLETE="vfio.pci dynamix.wireguard dynamix.ssd.trim dynamix.file.manager gui.search unlimited-width proxy.editor unraid.patch AAA-UnraidPatch-BootLoader-DO_NOT_DELETE theme.engine dark.theme"
|
||||
QUIET="unraid.patch AAA-UnraidPatch-BootLoader-DO_NOT_DELETE"
|
||||
|
||||
for PLUGIN in $OBSOLETE; do
|
||||
|
||||
Reference in New Issue
Block a user