remove, doesnt do anything
This commit is contained in:
parent
8fe50936a0
commit
d5a92eb19b
1 changed files with 0 additions and 7 deletions
|
|
@ -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);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue