fix: Fixed clipboard issues on Wayland, using pyclip instead of wx

This commit is contained in:
Jasmine Moore
2025-12-17 12:26:36 -05:00
parent c7074f499f
commit ccbe88d3bf
3 changed files with 10 additions and 56 deletions

View File

@@ -151,6 +151,7 @@ class CopySelectDialog(wx.Dialog):
def cb(text):
if self.waitDialog:
del self.waitDialog
print("cb called. Text: {}", text) # TODO REMOVE DEBUG
toClipboard(text)
self.EndModal(wx.ID_OK)