Skip to content
Snippets Groups Projects
Commit 9c273f55 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'personalAttentionSelect-hotkey' into 'pregmod-master'

personalAttentionSelect-hotkey

See merge request pregmodfan/fc-pregmod!9342
parents 31dd4ea7 9b35b55e
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ build/ ...@@ -60,6 +60,7 @@ build/
# misc # misc
fc-pregmod fc-pregmod
FCHost/*
bin/* bin/*
*.outline *.outline
*.todo *.todo
......
...@@ -84,7 +84,7 @@ App.UI.View.mainLinks = function() { ...@@ -84,7 +84,7 @@ App.UI.View.mainLinks = function() {
if (V.PC.health.shortDamage < 30) { if (V.PC.health.shortDamage < 30) {
const link = App.UI.DOM.makeElement("span", App.UI.DOM.passageLink("Change plans", "Personal Attention Select"), "major-link"); const link = App.UI.DOM.makeElement("span", App.UI.DOM.passageLink("Change plans", "Personal Attention Select"), "major-link");
link.id = "managePA"; link.id = "managePA";
fragment.append(" ", link, " ", App.UI.DOM.makeElement("span", App.UI.Hotkeys.hotkeys("Personal Attention"), "hotkey")); fragment.append(" ", link, " ", App.UI.DOM.makeElement("span", App.UI.Hotkeys.hotkeys("Personal Attention Select"), "hotkey"));
} }
if (V.useSlaveSummaryOverviewTab === 0) { if (V.useSlaveSummaryOverviewTab === 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment