Skip to content

Commit

Permalink
Fix preview_clicked pyqtsignal handler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Dec 18, 2020
1 parent 3731db0 commit 3d769c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def on_channel_clicked(self, channel_dict):
# copy_to_clipboard(self.channel_info["public_key"])
# self.tray_show_message("Copied channel ID", self.channel_info["public_key"])

def preview_clicked(self, checked):
def preview_clicked(self, checked=False):
params = dict()

if "public_key" in self.model.channel_info:
Expand Down

0 comments on commit 3d769c8

Please sign in to comment.