diff --git a/nautilus/nautilus_mat2.py b/nautilus/nautilus_mat2.py index 857953e..a9a5e64 100644 --- a/nautilus/nautilus_mat2.py +++ b/nautilus/nautilus_mat2.py @@ -57,7 +57,7 @@ class StatusWindow(Gtk.Window): label = Gtk.Label(xalign=0) label.set_markup("Lightweight mode (only remove some 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()