mirror of
https://github.com/zoriya/ags.git
synced 2026-06-08 04:31:41 +00:00
setValue instead of set_value
This commit is contained in:
@@ -396,6 +396,6 @@ export function ProgressBar({ type, inverted, orientation, ...rest }) {
|
|||||||
inverted,
|
inverted,
|
||||||
});
|
});
|
||||||
|
|
||||||
bar.set_value = v => bar.set_fraction(v/100);
|
bar.setValue = v => bar.set_fraction(v/100);
|
||||||
return bar;
|
return bar;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user