log to file

This commit is contained in:
2025-07-24 08:29:34 -07:00
parent caf2004388
commit 0b80c2d713
10 changed files with 113 additions and 110 deletions

View File

@@ -28,9 +28,10 @@ var (
stopServiceButton *widget.Button
// Option checkboxes
metalHudCheckbox *widget.Check
showTerminalCheckbox *widget.Check
autoDeleteWdbCheckbox *widget.Check
metalHudCheckbox *widget.Check
showTerminalCheckbox *widget.Check
autoDeleteWdbCheckbox *widget.Check
advancedLoggingCheckbox *widget.Check
// Recommended settings button
applyRecommendedSettingsButton *widget.Button