Hello RcloneView community,
I’m using RcloneView for Windows OS ver 0.7.32 on Windows 10 to sync files with an S3 bucket (renterd, http://localhost:9985). The program works great, but I get pop-up notifications after every sync. I can’t find any notification settings in the RcloneView interface or in configuration files.
In Windows Settings (System → Notifications & Actions), RcloneView doesn’t appear in the list of apps, so I can’t disable notifications there. I tried adding a registry key (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\RcloneView, Enabled=0), but it didn’t work, likely because RcloneView doesn’t use the Windows Notification API.
Questions:
- Are there any settings in RcloneView to disable notifications (e.g., in config.json or the web interface)?
- If notifications come from rclone, can they be disabled using a flag like --quiet or another parameter?
- How does RcloneView send notifications (via Windows Notification API, system tray, or web interface)?
Any help would be appreciated!