mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
move messagelisteners to a separate directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import browser from 'webextension-polyfill'
|
||||
|
||||
import { MenuOptionsOpen, OpenMenuOptions, OpenWhatsNewPopup, closeSettings } from '../../SEQTA';
|
||||
import { deleteTheme, disableTheme, downloadTheme, listThemes, setTheme } from '../ui/Themes';
|
||||
import { MenuOptionsOpen, OpenMenuOptions, OpenWhatsNewPopup, closeSettings } from '../../../SEQTA';
|
||||
import { deleteTheme, disableTheme, downloadTheme, listThemes, setTheme } from '../../ui/Themes';
|
||||
|
||||
export class MessageHandler {
|
||||
constructor() {
|
||||
@@ -8,10 +8,10 @@ import {
|
||||
addShortcuts,
|
||||
disableNotificationCollector,
|
||||
enableNotificationCollector,
|
||||
} from '../../SEQTA';
|
||||
import { updateBgDurations } from '../ui/Animation';
|
||||
import { getDarkMode, updateAllColors } from '../ui/colors/Manager';
|
||||
import { appendBackgroundToUI } from '../ui/ImageBackgrounds';
|
||||
} from '../../../SEQTA';
|
||||
import { updateBgDurations } from '../../ui/Animation';
|
||||
import { getDarkMode, updateAllColors } from '../../ui/colors/Manager';
|
||||
import { appendBackgroundToUI } from '../../ui/ImageBackgrounds';
|
||||
|
||||
|
||||
export default class StorageListener {
|
||||
Reference in New Issue
Block a user