We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e04ed commit ce4f7f0Copy full SHA for ce4f7f0
console_backend/src/status_bar.rs
@@ -167,7 +167,7 @@ impl StatusBar {
167
status_bar_status.set_data_rate(sb_update.data_rate);
168
status_bar_status.set_solid_connection(sb_update.solid_connection);
169
status_bar_status.set_title(&format!(
170
- "{} Swift Console {}",
+ "{} - Swift Console {}",
171
sb_update.port, sb_update.version
172
));
173
client_sender.send_data(serialize_capnproto_builder(builder));
resources/SettingsTabComponents/SettingsPane.qml
@@ -285,7 +285,7 @@ Rectangle {
285
if (notes)
286
return desc + "\n\nNotes:\n" + notes;
287
288
- return notes;
+ return desc;
289
}
290
return selectedRowField(_fieldName);
291
0 commit comments