Make scrobbler show error dialog for all errors when option is on

This commit is contained in:
Jonas Kvinge
2020-05-26 17:51:23 +02:00
parent 2521954bd9
commit 5dbdde3f2b
5 changed files with 11 additions and 9 deletions

View File

@@ -110,9 +110,9 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkbox_show_auth_error">
<widget class="QCheckBox" name="checkbox_show_error_dialog">
<property name="text">
<string>Show error dialog if scrobbler is enabled without being authenticated</string>
<string>Show dialog for errors</string>
</property>
</widget>
</item>