mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-12 12:41:19 +00:00
fix: stale comment referencing removed config currency subcommand
This commit is contained in:
parent
ad733fe596
commit
5c7639b2fb
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ export function renderMenubarFormat(
|
|||
lines.push(`Export CSV to Desktop | terminal=false shell=${bin} param1=export param2=-o param3=${home}/Desktop/codeburn-report.csv`)
|
||||
|
||||
// Currency submenu -- common currencies as clickable items.
|
||||
// Clicking one runs 'codeburn config currency XXX' and refreshes the plugin.
|
||||
// Clicking one runs 'codeburn currency XXX' and refreshes the plugin.
|
||||
const activeCurrency = getCurrency().code
|
||||
const currencies = [
|
||||
{ code: 'USD', name: 'US Dollar' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue