Skip to content

Commit

Permalink
add stash to default actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokoeka committed Feb 1, 2024
1 parent 2b3d545 commit bd3db1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ It is recommended that you run `keeping-tabs debug coinmaster` after adding a co

To get a full help documentation, you can run `keeping-tabs help`.

After adding your items to the favorite tabs in the game, just run hte command `keeping-tabs` on the command line. By default, it will run the command groups in the order `closet use coinmaster mall autosell display sell kmail fuel collection low`
After adding your items to the favorite tabs in the game, just run hte command `keeping-tabs` on the command line. By default, it will run the command groups in the order `closet use smash coinmaster mall autosell display sell kmail fuel collection low`

Once you have gotten the hang of it and are generally comfortable with the actions Keeping Tabs is taking, one commonly used workflow is to add it to a breakfast or logout script, so that you are constantly cycling out the items in your tabs.

Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { set } from "libram";

const HIGHLIGHT = isDarkMode() ? "yellow" : "blue";
const DEFAULT_ACTIONS =
"closet use coinmaster mall autosell display sell kmail fuel collection low";
"closet use smash coinmaster mall autosell display sell kmail fuel collection low";

function items(tabId: TabId, type: InventoryType): Item[] {
const tab = visitUrl(`${type}.php?which=f${tabId}`);
Expand Down

0 comments on commit bd3db1c

Please sign in to comment.