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