Skip to content

Commit

Permalink
chore: Address comment
Browse files Browse the repository at this point in the history
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
  • Loading branch information
MartinZikmund and Youssef1313 committed Dec 5, 2024
1 parent ddf132e commit aa04c5c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,17 @@ public bool UseRtl
#if HAS_UNO
public bool SimulateTouch
{
#if DEBUG
get => WinRTFeatureConfiguration.DebugOptions.SimulateTouch;
#else
get => false;
#endif
set
{
#if DEBUG
WinRTFeatureConfiguration.DebugOptions.SimulateTouch = value;
RaisePropertyChanged();
#endif
}
}

Expand Down

0 comments on commit aa04c5c

Please sign in to comment.