Set default value for resetting to 50% (#585)
Should have been updated along with 2dab88eb7e
This commit is contained in:
@@ -92,7 +92,7 @@ export function ReaderSettingsOptions({
|
||||
value={readerWidth}
|
||||
minValue={10}
|
||||
maxValue={100}
|
||||
defaultValue={100}
|
||||
defaultValue={50}
|
||||
valueUnit="%"
|
||||
showSlider
|
||||
handleUpdate={(width: number) => setSettingValue('readerWidth', width)}
|
||||
|
||||
Reference in New Issue
Block a user