FIRE-35761 - Primfeed/Flickr: Saved Setting breaks photo size selection

These settings when tied into the XML cause the resolution selection to break. Because users now have  saved setting once it is changed it cannot be fixed, SO I think the only solution is to remove the setting binding to the panel. Better solutions appreciated.
master
Beq 2025-08-04 09:53:30 +01:00
parent 0dcbbdad83
commit ebe0e396b1
3 changed files with 0 additions and 24 deletions

View File

@ -1457,28 +1457,6 @@
<key>Value</key>
<integer>1</integer>
</map>
<key>FSPrimfeedPhotoResolution</key>
<map>
<key>Comment</key>
<string>Last used resolution for Primfeed photos.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>LLSD</string>
<key>Value</key>
<array/>
</map>
<key>FlickrPhotoResolution</key>
<map>
<key>Comment</key>
<string>Last used resolution for Primfeed photos.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>LLSD</string>
<key>Value</key>
<array/>
</map>
<key>FlickrPhotoRating</key>
<map>
<key>Comment</key>

View File

@ -5,7 +5,6 @@
layout="topleft"
name="panel_flickr_photo">
<combo_box
control_name="FlickrPhotoResolution"
follows="left|top"
layout="topleft"
top="5"

View File

@ -6,7 +6,6 @@
layout="topleft"
name="panel_primfeed_photo">
<combo_box
control_name="FSPrimfeedPhotoResolution"
follows="left|top"
layout="topleft"
top="5"