tabs instead of 4 spaces for tabs - to assist with diffs

This commit is contained in:
Izakbar
2024-11-11 22:05:38 +00:00
parent 38733b71f1
commit 0bc3ccaa72

View File

@@ -129,11 +129,11 @@ namespace EveOPreview.Presenters
this.View.EnableActiveClientHighlight = this._configuration.EnableActiveClientHighlight;
this.View.ActiveClientHighlightColor = this._configuration.ActiveClientHighlightColor;
this.View.OverlayLabelColor = this._configuration.OverlayLabelColor;
this.View.OverlayLabelSize = this._configuration.OverlayLabelSize;
}
this.View.OverlayLabelColor = this._configuration.OverlayLabelColor;
this.View.OverlayLabelSize = this._configuration.OverlayLabelSize;
}
private async void SaveApplicationSettings()
private async void SaveApplicationSettings()
{
this._configuration.MinimizeToTray = this.View.MinimizeToTray;