style: views supports Linux

This commit is contained in:
leo 2024-03-08 11:13:53 +08:00
parent a89760c7a5
commit 267c955c88
12 changed files with 94 additions and 88 deletions

View file

@ -76,11 +76,6 @@ namespace SourceGit.ViewModels {
set => SetProperty(ref _useFixedTabWidth, value);
}
public bool UseMacOSStyle {
get => _useMacOSStyle;
set => SetProperty(ref _useMacOSStyle, value);
}
public bool UseTwoColumnsLayoutInHistories {
get => _useTwoColumnsLayoutInHistories;
set => SetProperty(ref _useTwoColumnsLayoutInHistories, value);
@ -285,7 +280,6 @@ namespace SourceGit.ViewModels {
private int _maxHistoryCommits = 20000;
private bool _restoreTabs = false;
private bool _useFixedTabWidth = true;
private bool _useMacOSStyle = OperatingSystem.IsMacOS();
private bool _useTwoColumnsLayoutInHistories = false;
private bool _useCombinedTextDiff = true;