Skip to content

Commit ce4f7f0

Browse files
authored
typo return notes, add - in title (#1052)
1 parent 83e04ed commit ce4f7f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

console_backend/src/status_bar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ impl StatusBar {
167167
status_bar_status.set_data_rate(sb_update.data_rate);
168168
status_bar_status.set_solid_connection(sb_update.solid_connection);
169169
status_bar_status.set_title(&format!(
170-
"{} Swift Console {}",
170+
"{} - Swift Console {}",
171171
sb_update.port, sb_update.version
172172
));
173173
client_sender.send_data(serialize_capnproto_builder(builder));

resources/SettingsTabComponents/SettingsPane.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Rectangle {
285285
if (notes)
286286
return desc + "\n\nNotes:\n" + notes;
287287

288-
return notes;
288+
return desc;
289289
}
290290
return selectedRowField(_fieldName);
291291
}

0 commit comments

Comments
 (0)