WIP: (conditional) addition of SSD installation page, some code-reorganizations, fix of stack sidebar tabbing, exit directly without cleanup script
Compare changes
- Christian Heller authored
+ 24
− 0
@@ -1000,4 +1000,28 @@ fn build_ui(app: &Application) {
This parent().unwrap() cascade is really something! (This would panic on any ListBox that doesn't have that many parents, right?)
From my GTK experiments, it accurately represents the depth any ListBoxRow should find itself in, so the unwrap() /should/ never panic. But I guess it's better to be safe than sorry, so I'll replace them with some more graceful handling.
@mntmn New pattern: !11 (d5009180)