Skip to content

Commit

Permalink
fix: Remove confusing Notification regarding System updates
Browse files Browse the repository at this point in the history
This commit removes the "System passed checks, updating ..." which
is confusing as it will trigger every 6 hours even if there is no update
available to install.
  • Loading branch information
remggo committed Aug 23, 2024
1 parent 3ca79c3 commit e333417
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ublue_update/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ def run_updates(system, system_update_available):
transaction_wait()

if process_uid == 0:
notify(
"System Updater",
"System passed checks, updating ...",
)
users = []
try:
users = get_active_sessions()
Expand Down

0 comments on commit e333417

Please sign in to comment.