Fix default selection
This commit is contained in:
@@ -93,9 +93,8 @@ component ConvertImageWidget inherits Rectangle {
|
||||
VerticalLayout {
|
||||
alignment: center;
|
||||
ComboBox {
|
||||
model: root.encoding_options;
|
||||
enabled: root.enable_view;
|
||||
current-value: root.encoding_options[0];
|
||||
model: root.encoding_options;
|
||||
enabled: root.enable_view;
|
||||
|
||||
selected(current-value) => {
|
||||
root.selected_encoding = current-value;
|
||||
|
Reference in New Issue
Block a user