Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored Jan 28, 2023
1 parent 87165f5 commit 4fe1d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def properties(self):

# Adw ActionRow - custom notification
## Gtk.Button
self.setButton = Gtk.Button.new_from_icon_name('settings-symbolic')
self.setButton = Gtk.Button.new_from_icon_name('settings-app-symbolic')
self.setButton.add_css_class('circular')
self.setButton.add_css_class('flat')
self.setButton.connect('clicked', self.custom_notification)
Expand Down Expand Up @@ -656,7 +656,7 @@ def custom_notification(self, widget, *args):
else:
self.switch_04.set_active(True)
else:
self.switch_04.set_active(True)
self.switch_04.set_active(False)
self.switch_04.set_valign(align=Gtk.Align.CENTER)
self.switch_04.connect('notify::active', self.on_switch_04_toggled)

Expand Down

0 comments on commit 4fe1d23

Please sign in to comment.