added troubleshooting

This commit is contained in:
aomizu
2025-06-20 13:36:44 +09:00
parent 2fbb67a50f
commit 99bb8ed838
6 changed files with 181 additions and 2 deletions

View File

@@ -53,4 +53,13 @@ var (
// Pulsing effect variables (pulsingActive is in status.go)
pulsingTicker *time.Ticker
// Troubleshooting popup and controls
troubleshootingButton *widget.Button
troubleshootingPopupActive bool
crossoverVersionStatusLabel *widget.RichText
wdbDeleteButton *widget.Button
wineDeleteButton *widget.Button
appMgmtPermissionButton *widget.Button
troubleshootingCloseButton *widget.Button
)