about summary refs log tree commit diff
path: root/pkgs/applications/networking/onionshare/fix-qrcode-gui.patch
blob: 97ee3817ab681adfd6017387348abb95562050c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git desktop/onionshare/widgets.py desktop/onionshare/widgets.py
index 64a07703..bca974fb 100644
--- desktop/onionshare/widgets.py
+++ desktop/onionshare/widgets.py
@@ -101,7 +101,7 @@ class Image(qrcode.image.base.BaseImage):
     A custom Image class, for use with the QR Code pixmap.
     """
 
-    def __init__(self, border, width, box_size):
+    def __init__(self, border, width, box_size, *args, **kargs):
         self.border = border
         self.width = width
         self.box_size = box_size