Added todos

This commit is contained in:
Sumner Evans
2019-06-05 17:40:22 -06:00
parent a94ce482f3
commit cb9bc5ce55

View File

@@ -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()