Skip to content

Commit

Permalink
Update share_usage_data_popup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiyaig committed Jan 22, 2025
1 parent b8c0531 commit 59ac800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class ShareUsageDataPopup(QObject):

def __init__(self):
super().__init__(onboarding_names.helpUsImproveStatusPage)
# TODO: Remove later
#self._not_now_button = Button(names.not_now_StatusButton )
#self._share_usage_data_button = Button(names.share_usage_data_StatusButton)

self.share_usage_data_button = Button(onboarding_names.shareUsageDataButton)
self.not_now_button = Button(onboarding_names.notNowButton)

0 comments on commit 59ac800

Please sign in to comment.