@@ -52,6 +52,7 @@ ownCloud admins and users.
52
52
* Change - Remove unused command line option --language: [ #11245 ] ( https://github.com/owncloud/client/issues/11245 )
53
53
* Change - Windows: always use fusion style: [ #11275 ] ( https://github.com/owncloud/client/issues/11275 )
54
54
* Change - Deprecate suffix VFS: [ #11325 ] ( https://github.com/owncloud/client/issues/11325 )
55
+ * Change - Fix three badly styled warning messages: [ #11412 ] ( https://github.com/owncloud/client/issues/11412 )
55
56
* Enhancement - Add option to pause synchronization on metered connections: [ #4808 ] ( https://github.com/owncloud/client/issues/4808 )
56
57
* Enhancement - Add option to move files to trash instead of deleting: [ #9001 ] ( https://github.com/owncloud/client/issues/9001 )
57
58
* Enhancement - Prevent same default sync folder for multiple accounts with Spaces: [ #11204 ] ( https://github.com/owncloud/client/issues/11204 )
@@ -136,6 +137,16 @@ ownCloud admins and users.
136
137
137
138
https://github.com/owncloud/client/issues/11325
138
139
140
+ * Change - Fix three badly styled warning messages: [ #11412 ] ( https://github.com/owncloud/client/issues/11412 )
141
+
142
+ There were 3 labels for warning messages that were nearly unreadable in dark
143
+ mode due to bad styling. These have been changed to only use a bold font, but
144
+ are now displayed with a big warning icon on their left. The places are: the
145
+ account settings page, the folder wizard remote path page, and the log browser.
146
+
147
+ https://github.com/owncloud/client/issues/11412
148
+ https://github.com/owncloud/client/pull/11470
149
+
139
150
* Enhancement - Add option to pause synchronization on metered connections: [ #4808 ] ( https://github.com/owncloud/client/issues/4808 )
140
151
141
152
On platforms that support metered-connection detection, an option is now
0 commit comments