Fixed an issue where the correct global colors to the icon weren't being applied in split variant. (#409)
* Fix global icon coloring * Fix themes * Update custom modules to use global colors if enabled * Fix icons * Fix custom module icon color
This commit is contained in:
@@ -16,6 +16,7 @@ export const VolumeMenuSettings = (): Scrollable<Child, Attribute> => {
|
||||
Option({
|
||||
opt: options.menus.volume.raiseMaximumVolume,
|
||||
title: 'Allow Raising Volume Above 100%',
|
||||
subtitle: 'Allows the volume slider in the menu to go up to 150% volume',
|
||||
type: 'boolean',
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user