Removed bogus code
This commit is contained in:
parent
4fad161ae0
commit
ecde8dd1ab
1 changed files with 0 additions and 4 deletions
|
@ -34,10 +34,6 @@ export const selectThemePath = createSelector(
|
|||
}
|
||||
);
|
||||
|
||||
// TODO: I have no idea what I am doing
|
||||
export const whatIsTheTheme = () =>
|
||||
selectAutomaticDarkModeEnabled || selectIsNight || selectTheme === 'dark' ? 'dark' : 'light';
|
||||
|
||||
export const selectosNotificationsEnabled = makeSelectClientSetting(
|
||||
SETTINGS.OS_NOTIFICATIONS_ENABLED
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue