Update default settings for album cover and song lyrics search options to be disabled

This commit modifies the default state of the "Automatically search for album cover" and "Automatically search for song lyrics" options to false in the UI and corresponding settings logic. Additionally, it updates the macOS Info.plist to disable automatic update checks by default.
This commit is contained in:
2026-01-22 19:52:46 +09:00
parent 06dc5d0499
commit d32ff688eb
6 changed files with 91 additions and 6 deletions

View File

@@ -185,7 +185,7 @@
<string>Automatically search for album cover</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
@@ -195,7 +195,7 @@
<string>Automatically search for song lyrics</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>