mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-23 06:02:08 -05:00
tooltip line break
This commit is contained in:
parent
9afe3ca746
commit
fb5aff393a
@ -1404,7 +1404,9 @@ namespace GameMenuBar {
|
|||||||
disableKeyColors = false;
|
disableKeyColors = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* disableKeyColorsText = "This setting is disabled because a savefile is loaded without any key shuffle settings set to \"Any Dungeon\", \"Overworld\" or \"Anywhere\"";
|
const char* disableKeyColorsText =
|
||||||
|
"This setting is disabled because a savefile is loaded without any key\n"
|
||||||
|
"shuffle settings set to \"Any Dungeon\", \"Overworld\" or \"Anywhere\"";
|
||||||
|
|
||||||
UIWidgets::PaddedEnhancementCheckbox("Key Colors Match Dungeon", "gRandoMatchKeyColors", true, false,
|
UIWidgets::PaddedEnhancementCheckbox("Key Colors Match Dungeon", "gRandoMatchKeyColors", true, false,
|
||||||
disableKeyColors, disableKeyColorsText);
|
disableKeyColors, disableKeyColorsText);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user