Skip to content

Commit

Permalink
Merge branch 'app-repo-refactor' into kwin
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingpie committed Jul 14, 2024
2 parents 9d03c3b + ceabc03 commit c007250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/10-Core/Wtq/Services/WtqFocusTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public sealed class WtqFocusTracker(
private WtqApp? _foregroundApp;
private bool _isRunning = true;

// TODO: Remove
public WtqWindow? LastNonWtqForeground { get; private set; }

public async Task FocusLastNonWtqAppAsync()
Expand Down
2 changes: 1 addition & 1 deletion src/30-Host/Wtq.Host.Windows/Wtq.Host.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
<ProjectReference Include="..\..\20-Services\Wtq.Services.Win32\Wtq.Services.Win32.csproj" />
<ProjectReference Include="..\..\20-Services\Wtq.Services.WinForms\Wtq.Services.WinForms.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit c007250

Please sign in to comment.