Skip to content

Commit

Permalink
chore: 勿删回滚
Browse files Browse the repository at this point in the history
  • Loading branch information
linminghuang committed Apr 22, 2024
1 parent c7315b1 commit 16e2d20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ function setGlobalVariable() {
const fundAmount = LeekFundConfig.getConfig('leek-fund.fundAmount') || {};
cacheFundAmountData(fundAmount);

globalState.iconType = LeekFundConfig.getConfig('leek-fund.iconType') || 'arrow';

globalState.stockHeldTipShow = LeekFundConfig.getConfig('leek-fund.stockHeldTipShow') ?? true;

const stocksRemind = LeekFundConfig.getConfig('leek-fund.stocksRemind') || {};
Expand Down

0 comments on commit 16e2d20

Please sign in to comment.