feat: adds a lyrics widget instead of just a floating lrcbar
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -1,13 +1,16 @@
|
||||
# Common build folder
|
||||
[Bb]uild/
|
||||
build-*/
|
||||
|
||||
# IDE folder
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# User config file
|
||||
CMakeLists.txt.user*
|
||||
|
||||
# Why, macOS, why?
|
||||
.DS_Store
|
||||
# Common build folder
|
||||
[Bb]uild/
|
||||
build-*/
|
||||
|
||||
# IDE folder
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Clangd cache
|
||||
.cache/
|
||||
|
||||
# User config file
|
||||
CMakeLists.txt.user*
|
||||
|
||||
# Why, macOS, why?
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user