We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cb941 commit 77b7aa2Copy full SHA for 77b7aa2
src/Files.App/Data/Contracts/IRealTimeControl.cs
@@ -8,6 +8,9 @@ namespace Files.App.Data.Contracts
8
/// </summary>
9
internal interface IRealTimeControl
10
{
11
+ /// <summary>
12
+ /// Gets the service for managing real-time layout updates.
13
+ /// </summary>
14
IRealTimeLayoutService RealTimeLayoutService { get; }
15
16
/// <summary>
src/Files.App/Data/Contracts/IRealTimeWindow.cs
internal interface IRealTimeWindow
0 commit comments