Skip to content
Snippets Groups Projects
Commit 17e69b60 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Change a button in the nautilus extension

parent cf5f3b26
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment