Skip to content

Commit

Permalink
Merge pull request #250 from ppvnf/patch-1
Browse files Browse the repository at this point in the history
Make it clear that it's not about WingetUI updates, but all packages
  • Loading branch information
marticliment authored Oct 14, 2022
2 parents bba8d79 + 0b8e86f commit 99ad699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wingetui/uiSections.py
Original file line number Diff line number Diff line change
Expand Up @@ -1909,7 +1909,7 @@ def restartElevenClockByLangChange():
subtitle = QLabel(_("Notification tray options"))
subtitle.setStyleSheet(f"font-size: 25px;font-family: \"Segoe UI Variable Display\";font-weight: bold;")
self.layout.addWidget(subtitle)
checkForUpdates = QCheckBox(_("Check for updates periodically"))
checkForUpdates = QCheckBox(_("Check for package updates periodically"))
checkForUpdates.setChecked(not getSettings("DisableAutoCheckforUpdates"))
checkForUpdates.clicked.connect(lambda v: setSettings("DisableAutoCheckforUpdates", not bool(v)))
self.layout.addWidget(checkForUpdates)
Expand Down

0 comments on commit 99ad699

Please sign in to comment.