mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-11-05 20:14:00 +00:00
Remove unnecessary pass
This commit is contained in:
parent
df64476527
commit
d409df3f67
1 changed files with 0 additions and 1 deletions
|
@ -647,7 +647,6 @@ class GradienceApplication(Adw.Application):
|
||||||
self.win.toast_overlay.add_toast(
|
self.win.toast_overlay.add_toast(
|
||||||
Adw.Toast(title=_("Could not restore GTK4 backup"))
|
Adw.Toast(title=_("Could not restore GTK4 backup"))
|
||||||
)
|
)
|
||||||
pass
|
|
||||||
|
|
||||||
def reset_color_scheme(self, widget, response):
|
def reset_color_scheme(self, widget, response):
|
||||||
if response == "reset":
|
if response == "reset":
|
||||||
|
|
Loading…
Reference in a new issue