Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SoundcoreDesktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def removeImg():
text = {
"ANC Outdoor": "Reduce ambient sound on-the-go for quieter city spaces",
"ANC Trans": "Targets low-end frequencies like engine and road noise for serene journeys and commutes.",
"ANC INDOOR": "Eliminate voices and mid-frequency noise from coffee shaps and other inside spaces."
"ANC INDOOR": "Eliminate voices and mid-frequency noise from coffee shops and other inside spaces."
}

def forgetANCWegets():
Expand Down Expand Up @@ -250,4 +250,4 @@ def on_closing():
window.destroy()

window.protocol("WM_DELETE_WINDOW", on_closing)
window.mainloop()
window.mainloop()