Add a description of which part of the config failed to load.
[dcpomatic.git] / src / wx / screen_dialog.cc
index ba456b643c2585b68a13cdaadb5567ef451f86c0..38e6a85bfff392c885a6c9d0869cfe664480484a 100644 (file)
@@ -178,7 +178,8 @@ ScreenDialog::ScreenDialog (
                [] (TrustedDevice const& d, int) {
                        return d.thumbprint();
                },
-               false
+               EditableListTitle::INVISIBLE,
+               EditableListButton::NEW | EditableListButton::EDIT | EditableListButton::REMOVE
                );
 
        _sizer->Add (_trusted_device_list, wxGBPosition (r, 0), wxGBSpan (1, 3), wxEXPAND);