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:
Jas Singh
2024-10-31 00:49:05 -07:00
committed by GitHub
parent 77d4512c82
commit c2e46f098e
25 changed files with 399 additions and 385 deletions

View File

@@ -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',
}),
],