Add missing actions

pull/234/head
Simon Roberts 3 years ago
parent 5064dbf353
commit f2feeee7ae
No known key found for this signature in database
GPG Key ID: 0F30F99E6B771FD4

@ -57,6 +57,18 @@ func ActionsMap() map[string]bool {
"toggle_show_portfolio": true,
"enlarge_chart": true,
"shorten_chart": true,
"toggle_chart_fullscreen": true,
"scroll_right": true,
"show_portfolio_edit_menu": true,
"sort_column_percent_holdings": true,
"toggle_portfolio_balances": true,
"scroll_left": true,
"save": true,
"toggle_table_fullscreen": true,
"toggle_price_alerts": true,
"move_down_or_next_page": true,
"show_price_alert_add_menu": true,
"sort_column_balance": true,
}
}

Loading…
Cancel
Save