diff --git a/libremsonic/ui/configure_servers.py b/libremsonic/ui/configure_servers.py index 6f9de60..b57b4a1 100644 --- a/libremsonic/ui/configure_servers.py +++ b/libremsonic/ui/configure_servers.py @@ -45,6 +45,10 @@ class EditServerDialog(Gtk.Dialog): entry_box.pack_start(entry, True, True, 0) self.data[label] = entry + # TODO boolean fields + # TODO test server button + # TODO open in browser button + content_area.pack_start(flowbox, True, True, 10) self.show_all()