Use explicit parameters to the EditableList constructor, and allow
[dcpomatic.git] / src / wx / screen_dialog.cc
index ba456b643c2585b68a13cdaadb5567ef451f86c0..58ea8a3285119a184a2d9441a30a081c25bd44d6 100644 (file)
@@ -178,6 +178,7 @@ ScreenDialog::ScreenDialog (
                [] (TrustedDevice const& d, int) {
                        return d.thumbprint();
                },
+               EditableListButton::NEW | EditableListButton::EDIT | EditableListButton::REMOVE,
                false
                );