diff --git a/src/main.ts b/src/main.ts index 8518f30..cf38451 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,6 +4,7 @@ import { Options } from "./options"; import { actions, filters } from "./actions"; import { favoriteTabs, parseItems, parseNotes } from "./parse"; import { coinmasterBest } from "./coinmaster"; +import { set } from "libram"; const HIGHLIGHT = isDarkMode() ? "yellow" : "blue"; const DEFAULT_ACTIONS = "closet use coinmaster mall autosell display sell kmail fuel collection"; @@ -52,6 +53,7 @@ function execute(splitArgs: string[]) { } } } + set("_keepingTabs", ["keeping-tabs", splitArgs].join(" ")); } function debug(option: string) {