mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
niri: track open modals in modal manager for focus transfers
This commit is contained in:
@@ -10,15 +10,11 @@ import qs.Modules.Settings.Widgets
|
||||
Item {
|
||||
id: themeColorsTab
|
||||
|
||||
property var cachedIconThemes: []
|
||||
property var cachedMatugenSchemes: []
|
||||
property var cachedIconThemes: SettingsData.availableIconThemes
|
||||
property var cachedMatugenSchemes: Theme.availableMatugenSchemes.map(option => option.label)
|
||||
|
||||
Component.onCompleted: {
|
||||
SettingsData.detectAvailableIconThemes();
|
||||
cachedIconThemes = SettingsData.availableIconThemes;
|
||||
cachedMatugenSchemes = Theme.availableMatugenSchemes.map(function (option) {
|
||||
return option.label;
|
||||
});
|
||||
}
|
||||
|
||||
DankFlickable {
|
||||
|
||||
Reference in New Issue
Block a user