We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4316879 + cbe4f53 commit ed243caCopy full SHA for ed243ca
library/modules/Gui.cpp
@@ -434,7 +434,7 @@ DEFINE_GET_FOCUS_STRING_HANDLER(dwarfmode)
434
}
435
if (game->main_interface.job_details.open) {
436
newFocusString = baseFocus;
437
- newFocusString += "/JobDetails";
+ newFocusString += "/JobDetails/" + enum_item_key(game->main_interface.job_details.context);
438
focusStrings.push_back(newFocusString);
439
440
if (game->main_interface.assign_trade.open) {
0 commit comments