Skip to content

Commit

Permalink
remove notification limit
Browse files Browse the repository at this point in the history
  • Loading branch information
samschott committed Sep 8, 2024
1 parent de3bbf7 commit 8a41496
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/maestral/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
_desktop_notifier = DesktopNotifier(
app_name=APP_NAME,
app_icon=APP_ICON_PATH.as_uri(),
notification_limit=10,
)


Expand Down

0 comments on commit 8a41496

Please sign in to comment.