fix: close button

This commit is contained in:
0xMRTT 2023-08-21 00:50:34 +02:00
parent 5582264464
commit c297b6e696

View File

@ -191,7 +191,7 @@ class BavarderApplication(Adw.Application):
self.number_of_win += 1 self.number_of_win += 1
win.connect("close-request", self.on_quit) win.connect("close-request", self.on_close)
self.providers = {} self.providers = {}