1
0
Fork 0

Change a button in the nautilus extension

This commit is contained in:
jvoisin 2018-07-18 22:39:18 +02:00
parent cf5f3b268d
commit 17e69b6005
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class StatusWindow(Gtk.Window):
label = Gtk.Label(xalign=0)
label.set_markup("Lightweight mode (only remove <i>some</i> metadata)")
hbox.pack_start(label, False, True, 0)
hbox.pack_start(Gtk.CheckButton(), False, True, 0)
hbox.pack_start(Gtk.Switch(), False, True, 0)
self.window.show_all()