Fix regression: permanent top bar by default
parent
2b96e0b039
commit
c42e5f8e9c
|
|
@ -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