mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Rename botstore wrapper
This commit is contained in:
parent
e88469c69f
commit
8570aed525
|
@ -24,7 +24,7 @@ export interface SubStores {
|
|||
[key: string]: BotSubStore;
|
||||
}
|
||||
|
||||
export const useBotStore = defineStore('wrapper', {
|
||||
export const useBotStore = defineStore('ftbot-wrapper', {
|
||||
state: () => {
|
||||
return {
|
||||
selectedBot: '',
|
||||
|
@ -194,7 +194,6 @@ export const useBotStore = defineStore('wrapper', {
|
|||
console.warn(`bot ${botId} not found! could not remove`);
|
||||
}
|
||||
},
|
||||
|
||||
selectFirstBot() {
|
||||
if (this.hasBots) {
|
||||
const selBotId = localStorage.getItem(AUTH_SELECTED_BOT);
|
||||
|
|
Loading…
Reference in New Issue
Block a user