Remove unneeded reducers/filters/types/etc
Code was changed at some point (in the API) to directly use chrome storage APIs (not using redux / store)
This commit is contained in:
@@ -332,12 +332,6 @@ export const window = () => {
|
||||
}
|
||||
|
||||
export const initialState = deepFreeze({
|
||||
cosmeticFilter: {
|
||||
currentWindowId: -1,
|
||||
tabs: {},
|
||||
windows: {},
|
||||
persistentData: { isFirstAccess: true }
|
||||
},
|
||||
dappDetection: {},
|
||||
runtime: {},
|
||||
shieldsPanel: {
|
||||
|
||||
Reference in New Issue
Block a user