Phase 5-UI: SettingsView an Nutzer-Redesign angepasst (TabControl + Toolstrip)
- Altes pnlTop-Panel samt btnSave/btnReload entfernt. - Neue Toolstrip-Buttons verdrahtet: btn_save -> Speichern, btn_loadsettings -> Neu laden. - Nutzer-Layout (TabControl: General Settings / Polymarket Accounts, toolStrip1/2, PropertyGrid in tabPage1) beibehalten. - Build 0 Fehler. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
ad5ba34b56
commit
37f9d0fae2
@@ -22,8 +22,8 @@ namespace PolyTraderSharp.Ui.Views
|
||||
public SettingsView()
|
||||
{
|
||||
InitializeComponent();
|
||||
btnSave.Click += (_, _) => Save();
|
||||
btnReload.Click += (_, _) => Reload();
|
||||
btn_save.Click += (_, _) => Save();
|
||||
btn_loadsettings.Click += (_, _) => Reload();
|
||||
}
|
||||
|
||||
public void Initialize(ThreemaService threema, MullvadVpnService vpn, TerminalLogger logger)
|
||||
|
||||
Reference in New Issue
Block a user