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