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
parent
0dcbbdad83
commit
ebe0e396b1
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
layout="topleft"
|
||||
name="panel_flickr_photo">
|
||||
<combo_box
|
||||
control_name="FlickrPhotoResolution"
|
||||
follows="left|top"
|
||||
layout="topleft"
|
||||
top="5"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
layout="topleft"
|
||||
name="panel_primfeed_photo">
|
||||
<combo_box
|
||||
control_name="FSPrimfeedPhotoResolution"
|
||||
follows="left|top"
|
||||
layout="topleft"
|
||||
top="5"
|
||||
|
|
|
|||
Loading…
Reference in New Issue