* Splited into two functions: `Windows Cleanup` and `Windows Cleanup Notification`. `Windows Cleanup Notification` enables you the option to run the cleanup task or not. The `Windows Cleanup Notification` function runs once every month and displays native toast notification where you can choose to snooze (with drop down menu time reminder), run the cleanup task now or dismiss. You will be asked for this notification about Windows cleanup once a month.
![Image](https://i.imgur.com/cZC40Fi.png)
* To update the existing `Windows Cleanup` function run (no need to restart)
```powershell
.\Sophia.ps1 -Functions "CleanUpTask -Register"
```
* Added `MeetNow` function;
* Hide or show the `Meet Now` icon in the system tray;
* Updated Sophia Script Wrapper
* Fixed `LeaveAlone` outputting to script when pressing `Output PowerShell`;
* Moved Tooltips `ControlPanelView` to `Other` section;