Skip to content

Commit be4085f

Browse files
committed
Increase max log entries slider cap to 10000
1 parent cc5b58d commit be4085f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Options/Options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7034,7 +7034,7 @@ function DF:SetupGUIPages(GUI, CreateCategory, CreateSubTab, BuildPage)
70347034
consoleSettingsGroup:AddWidget(logLevelDropdown, 55)
70357035

70367036
-- Max Log Entries slider
7037-
local maxLinesSlider = GUI:CreateSlider(self.child, "Max Log Entries", 100, 2000, 100, debugProxy, "maxLines", function()
7037+
local maxLinesSlider = GUI:CreateSlider(self.child, "Max Log Entries", 100, 10000, 100, debugProxy, "maxLines", function()
70387038
if DF.DebugConsole then
70397039
DF.DebugConsole:PruneLog()
70407040
DF.DebugConsole:RefreshDisplay()

0 commit comments

Comments
 (0)