Browse Source

ref: disable new ExImDialog dev treatment for now due to error

Sv443 1 month ago
parent
commit
2273e6d3f8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/index.ts

+ 3 - 3
src/index.ts

@@ -37,7 +37,7 @@ import {
   // menu
   addConfigMenuOptionYT, addConfigMenuOptionYTM,
 } from "./features/index.js";
-import { getAllDataExImDialog } from "./dialogs/allDataExIm.js";
+// import { getAllDataExImDialog } from "./dialogs/allDataExIm.js";
 
 //#region cns. watermark
 
@@ -560,8 +560,8 @@ async function runDevTreatments() {
   if(mode !== "development" || !await GM.getValue("bytm-dev-treatments", false))
     return;
 
-  const dlg = await getAllDataExImDialog();
-  await dlg.open();
+  // const dlg = await getAllDataExImDialog();
+  // await dlg.open();
 }
 
 preInit();