From 30ff35d4399e4c136730523c077c9fd3c580b21a Mon Sep 17 00:00:00 2001 From: Sammi De Guzman Date: Wed, 18 Oct 2023 23:47:41 -0700 Subject: [PATCH 1/2] Rename 'Scan' button in serial config to 'Refresh' --- plover/gui_qt/config_serial_widget.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plover/gui_qt/config_serial_widget.ui b/plover/gui_qt/config_serial_widget.ui index 3419b3565..0ff3b7e64 100644 --- a/plover/gui_qt/config_serial_widget.ui +++ b/plover/gui_qt/config_serial_widget.ui @@ -82,10 +82,10 @@ - Scan for available serial ports. + Reload all available serial ports. - Scan + Refresh From c6921407a3e91053190b27c48d0b44672fc354b1 Mon Sep 17 00:00:00 2001 From: Sammi De Guzman Date: Thu, 19 Oct 2023 00:21:56 -0700 Subject: [PATCH 2/2] Add news blurb for #1640 --- news.d/feature/1640.ui.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 news.d/feature/1640.ui.md diff --git a/news.d/feature/1640.ui.md b/news.d/feature/1640.ui.md new file mode 100644 index 000000000..8bf0c650e --- /dev/null +++ b/news.d/feature/1640.ui.md @@ -0,0 +1 @@ +Renamed the 'Scan' button in the serial port configuration window to 'Refresh', to (hopefully) more accurately convey that it simply lists all available serial ports.