tabs instead of 4 spaces for tabs - to assist with diffs
This commit is contained in:
@@ -129,11 +129,11 @@ namespace EveOPreview.Presenters
|
|||||||
this.View.EnableActiveClientHighlight = this._configuration.EnableActiveClientHighlight;
|
this.View.EnableActiveClientHighlight = this._configuration.EnableActiveClientHighlight;
|
||||||
this.View.ActiveClientHighlightColor = this._configuration.ActiveClientHighlightColor;
|
this.View.ActiveClientHighlightColor = this._configuration.ActiveClientHighlightColor;
|
||||||
|
|
||||||
this.View.OverlayLabelColor = this._configuration.OverlayLabelColor;
|
this.View.OverlayLabelColor = this._configuration.OverlayLabelColor;
|
||||||
this.View.OverlayLabelSize = this._configuration.OverlayLabelSize;
|
this.View.OverlayLabelSize = this._configuration.OverlayLabelSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void SaveApplicationSettings()
|
private async void SaveApplicationSettings()
|
||||||
{
|
{
|
||||||
this._configuration.MinimizeToTray = this.View.MinimizeToTray;
|
this._configuration.MinimizeToTray = this.View.MinimizeToTray;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user