remove, doesnt do anything

This commit is contained in:
Benjamin Palko 2025-09-18 21:16:15 -04:00
parent 8fe50936a0
commit d5a92eb19b

View file

@ -10,11 +10,4 @@ StyledComboBox {
onActivated: index => {
Theme.currentTheme = Theme.themes[index];
}
Component.onCompleted: {
control.currentIndex = Theme.themes.indexOf(Theme.currentTheme);
Theme.onCurrentThemeChanged = () => {
Theme.themes.indexOf(Theme.currentTheme);
};
}
}