File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <AccelerateBuildsInVisualStudio >true</AccelerateBuildsInVisualStudio >
4- <!-- Work around https://github.com/dotnet/runtime/issues/109682 -->
4+ <!-- Workaround https://github.com/dotnet/runtime/issues/109682 -->
55 <CETCompat >false</CETCompat >
66 </PropertyGroup >
77</Project >
Original file line number Diff line number Diff line change 185185 </Target >
186186
187187 <Target Name =" RemoveDuplicateAnalyzers" BeforeTargets =" CoreCompile" >
188- <!-- Work around https://github.com/dotnet/wpf/issues/6792 -->
188+ <!-- Workaround https://github.com/dotnet/wpf/issues/6792 -->
189189 <ItemGroup >
190190 <FilteredAnalyzer Include =" @(Analyzer-> Distinct())" />
191191 <Analyzer Remove =" @(Analyzer)" />
Original file line number Diff line number Diff line change @@ -860,7 +860,7 @@ private void InitializeContextMenu()
860860
861861 public void UpdatePosition ( )
862862 {
863- // Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
863+ // Initialize call twice to workaround multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
864864 if ( _viewModel . IsDialogJumpWindowUnderDialog ( ) )
865865 {
866866 InitializeDialogJumpPosition ( ) ;
@@ -884,7 +884,7 @@ private async Task PositionResetAsync()
884884
885885 private void InitializePosition ( )
886886 {
887- // Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
887+ // Initialize call twice to workaround multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
888888 InitializePositionInner ( ) ;
889889 InitializePositionInner ( ) ;
890890 return ;
You can’t perform that action at this time.
0 commit comments