Fix texture downscaling timeout spinner
parent
14c72b8156
commit
1c436e1bf9
|
|
@ -1170,6 +1170,8 @@ If you do not understand the distinction then leave this control alone."
|
|||
increment="1"
|
||||
layout="topleft"
|
||||
left_pad="5"
|
||||
max_val="3600"
|
||||
min_val="0"
|
||||
name="TextureDiscardBackgroundedTime"
|
||||
tool_tip="Downscales textures after selected amount of seconds when not the active window."
|
||||
top_delta="-5"
|
||||
|
|
@ -1209,6 +1211,8 @@ If you do not understand the distinction then leave this control alone."
|
|||
increment="1"
|
||||
layout="topleft"
|
||||
left_pad="5"
|
||||
max_val="3600"
|
||||
min_val="0"
|
||||
name="TextureDiscardMinimizedTime"
|
||||
tool_tip="Downscales textures after selected amount of seconds when minimized."
|
||||
top_delta="-5"
|
||||
|
|
|
|||
Loading…
Reference in New Issue