mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
removed unused code
This commit is contained in:
@@ -674,7 +674,6 @@ function main(storedSetting: SettingsState) {
|
|||||||
waitForElm('.code').then(AppendElementsToDisabledPage)
|
waitForElm('.code').then(AppendElementsToDisabledPage)
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("Enabled > ", storedSetting.onoff)
|
|
||||||
if (storedSetting.onoff) {
|
if (storedSetting.onoff) {
|
||||||
console.log('[BetterSEQTA+] Enabled')
|
console.log('[BetterSEQTA+] Enabled')
|
||||||
if (DarkMode) document.documentElement.classList.add('dark')
|
if (DarkMode) document.documentElement.classList.add('dark')
|
||||||
|
|||||||
Reference in New Issue
Block a user