diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-28 22:16:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-29 23:37:48 +0200 |
| commit | 5c48efdde34ee11f135ea8b369d85d50d1410445 (patch) | |
| tree | e331d95588304c34737ec31cda7e46bf94dd6f34 /src/wx/screen_dialog.cc | |
| parent | ac371da34b3bdf2988b2936dec7dc095bf624c86 (diff) | |
Use explicit parameters to the EditableList constructor, and allow
arbitrary new/edit/remove button combinations to be used.
Diffstat (limited to 'src/wx/screen_dialog.cc')
| -rw-r--r-- | src/wx/screen_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc index ba456b643..58ea8a328 100644 --- a/src/wx/screen_dialog.cc +++ b/src/wx/screen_dialog.cc @@ -178,6 +178,7 @@ ScreenDialog::ScreenDialog ( [] (TrustedDevice const& d, int) { return d.thumbprint(); }, + EditableListButton::NEW | EditableListButton::EDIT | EditableListButton::REMOVE, false ); |
