Howto:Reset/re-init Troubleshooting: Difference between revisions

Jump to navigation Jump to search
→‎Nasal dialog: Another fix for the dialog script - the reinitialisation command is called 'reinit' rather than 're-init'.
(→‎Nasal dialog: Another fix for the dialog script - the reinitialisation command is called 'reinit' rather than 're-init'.)
Line 338: Line 338:
     row.addItem(label);
     row.addItem(label);


     foreach(var cmd; ["re-init", "remove-subsystem", "add-subsystem"]) {  
     foreach(var cmd; ["reinit", "remove-subsystem", "add-subsystem"]) {  
         var button = canvas.gui.widgets.Button.new(root, canvas.style, {})
         var button = canvas.gui.widgets.Button.new(root, canvas.style, {})
             .setText(cmd)
             .setText(cmd)

Navigation menu