Remove Debug Notification

This commit is contained in:
aditya-K2
2023-05-12 01:36:19 +05:30
parent 7b56d6bfbe
commit e38d6f5593

View File

@@ -43,7 +43,6 @@ func onConfigChange() {
setStyles()
setBorderRunes()
if coverArt != nil && !cfg.HideImage {
SendNotification("HERE")
coverArt.RefreshState()
}
}