Skip to content

Commit

Permalink
Add a pref when keeping-tabs finishes running
Browse files Browse the repository at this point in the history
  • Loading branch information
pstalcup committed Aug 28, 2023
1 parent 7bfa69d commit bb90e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -52,6 +53,7 @@ function execute(splitArgs: string[]) {
}
}
}
set("_keepingTabs", ["keeping-tabs", splitArgs].join(" "));
}

function debug(option: string) {
Expand Down

0 comments on commit bb90e20

Please sign in to comment.