Add Binder helper methods (#1465)

* Add binder, fix focus on remote btn delete
* Use binder for freqman edit
This commit is contained in:
Kyle Reed
2023-09-29 09:55:27 -07:00
committed by GitHub
parent fb00bfac3f
commit 951890eaff
4 changed files with 133 additions and 91 deletions

View File

@@ -195,7 +195,6 @@ class RemoteEntryEditView : public View {
private:
RemoteEntryModel& entry_;
std::string temp_buffer_{};
void refresh_ui();
void load_path(std::filesystem::path&& path);