Fix regression: permanent top bar by default
parent
12035847af
commit
f747a42a61
|
|
@ -5,7 +5,8 @@ const initialState =
|
|||
selectedAudioDevice : null,
|
||||
advancedMode : false,
|
||||
resolution : 'medium', // low, medium, high, veryhigh, ultra
|
||||
lastN : 4
|
||||
lastN : 4,
|
||||
permanentTopBar : true
|
||||
};
|
||||
|
||||
const settings = (state = initialState, action) =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue