modified each other mode has own side and offset
This commit is contained in:
@@ -63,7 +63,7 @@ public sealed partial class SettingsViewModel : ObservableObject, IDisposable
|
||||
Localization.PropertyChanged += OnLocalizationChanged;
|
||||
|
||||
PlacementModes = CreateOptions<PopupPlacementMode>();
|
||||
CursorCorners = CreateOptions<CursorCorner>();
|
||||
AnchorSides = CreateOptions<AnchorSide>();
|
||||
ScreenPositions = CreateOptions<ScreenPosition>();
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@ public sealed partial class SettingsViewModel : ObservableObject, IDisposable
|
||||
|
||||
public IReadOnlyList<EnumOption<PopupPlacementMode>> PlacementModes { get; }
|
||||
|
||||
public IReadOnlyList<EnumOption<CursorCorner>> CursorCorners { get; }
|
||||
public IReadOnlyList<EnumOption<AnchorSide>> AnchorSides { get; }
|
||||
|
||||
public IReadOnlyList<EnumOption<ScreenPosition>> ScreenPositions { get; }
|
||||
|
||||
@@ -103,7 +103,7 @@ public sealed partial class SettingsViewModel : ObservableObject, IDisposable
|
||||
}
|
||||
|
||||
Translate(PlacementModes);
|
||||
Translate(CursorCorners);
|
||||
Translate(AnchorSides);
|
||||
Translate(ScreenPositions);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user