We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec31abf commit 7f46d5aCopy full SHA for 7f46d5a
xpra/client/gtk3/client_base.py
@@ -260,17 +260,6 @@ def get_vrefresh(self) -> int:
260
return rate
261
262
263
- def get_notifier_classes(self) -> list[type]:
264
- #subclasses may add their toolkit specific variants
265
- #by overriding this method
266
- #use the native ones first:
267
- from xpra.client.gui import features
268
- assert features.notifications
269
- from xpra.client.mixins.notification import NotificationClient
270
- assert isinstance(self, NotificationClient)
271
- return NotificationClient.get_notifier_classes(self)
272
-
273
274
def _process_startup_complete(self, packet : PacketType) -> None:
275
super()._process_startup_complete(packet)
276
Gdk.notify_startup_complete()
0 commit comments