mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: remove background migration
This commit is contained in:
@@ -38,7 +38,6 @@ import documentLoadCSS from '@/css/documentload.scss?inline'
|
||||
import renderSvelte from '@/interface/main'
|
||||
import Settings from '@/interface/pages/settings.svelte'
|
||||
import { settingsPopup } from './interface/hooks/SettingsPopup'
|
||||
import { migrateBackgrounds } from './seqta/utils/migrateBackgrounds'
|
||||
|
||||
let SettingsClicked = false
|
||||
export let MenuOptionsOpen = false
|
||||
@@ -546,10 +545,7 @@ export async function finishLoad() {
|
||||
|
||||
if (settingsState.justupdated && !document.getElementById('whatsnewbk')) {
|
||||
OpenWhatsNewPopup();
|
||||
|
||||
/* Background Migration script */
|
||||
}
|
||||
migrateBackgrounds();
|
||||
}
|
||||
|
||||
async function DeleteWhatsNew() {
|
||||
|
||||
Reference in New Issue
Block a user