Search found 1 match

by danja
Thu Jul 31, 2025 6:16 pm
Forum: Support
Topic: tray_password doesn't work
Replies: 1
Views: 7097

tray_password doesn't work

This bug was introduced in version 2.0.4 date 2021-12-12 and is still present. File: /deluge/ui/gtk3/dialogs.py Here how it looks in older versions (2.0.3 and before): class BaseDialog(Gtk.Dialog): ... def _on_response(self, widget, response): self.deferred.callback(response) self.destroy() But from...