minor fixes
This commit is contained in:
@@ -323,7 +323,7 @@ module.exports = new Vue({
|
|||||||
|
|
||||||
showSwitchRotaryModeDialog: function(){
|
showSwitchRotaryModeDialog: function(){
|
||||||
SvelteComponents.showDialog("SwitchRotary", {
|
SvelteComponents.showDialog("SwitchRotary", {
|
||||||
isActive: this.is_rotary_active,
|
isActive: !this.is_rotary_active,
|
||||||
switchMode: () => this.toggle_rotary()
|
switchMode: () => this.toggle_rotary()
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
<Title id="switch-rotary-dialog-title">Switch Rotary Mode</Title>
|
<Title id="switch-rotary-dialog-title">Switch Rotary Mode</Title>
|
||||||
|
|
||||||
<Content id="switch-rotary-dialog-content">
|
<Content id="switch-rotary-dialog-content">
|
||||||
{isActive ? "Enable Rotary Mode?" : "Disable Rotary Mode?"}
|
{isActive ? "Turn on Rotary box?" : "Turn off Rotary box?"}
|
||||||
</Content>
|
</Content>
|
||||||
|
|
||||||
<Actions>
|
<Actions>
|
||||||
|
|||||||
Reference in New Issue
Block a user