Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdbAutoPlayer/AdbAutoPlayer
/ setTaskViewVariant
Method
setTaskViewVariant
src/lib/stores.svelte.ts:141–144 ·
view source on GitHub ↗
(variant: "cards" | "palette" | "accordion")
Source
from the content-addressed store, hash-verified
139
}
140
141
setTaskViewVariant(variant:
"cards"
|
"palette"
|
"accordion"
) {
142
this.taskViewVariant = variant;
143
this.save();
144
}
145
}
146
147
export
const
profiles =
new
ProfileStore();
Callers
nothing calls this directly
Calls
1
save
Method · 0.95
Tested by
no test coverage detected