fix: Lets not jump about
This commit is contained in:
parent
48eef54da3
commit
070fc9cb5e
|
@ -129,7 +129,8 @@ impl eframe::App for HyperdeckMonitorApp {
|
||||||
status: hyperdeck.connection_state.into(),
|
status: hyperdeck.connection_state.into(),
|
||||||
recording_status: hyperdeck.recording_status,
|
recording_status: hyperdeck.recording_status,
|
||||||
slots: hyperdeck.slots,
|
slots: hyperdeck.slots,
|
||||||
})
|
});
|
||||||
|
self.hyperdecks.sort_by(|a, b| a.name.cmp(&b.name));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue