Skip to content

Commit 85b8f95

Browse files
committed
CQ: Change visibility
1 parent 52daef5 commit 85b8f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Services/Content/RealTimeLayoutService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Files.App.Services.Content
1010
internal sealed class RealTimeLayoutService : IRealTimeLayoutService
1111
{
1212
private readonly List<(WeakReference<object> Reference, Action Callback)> _callbacks = [];
13-
private static FlowDirection FlowDirection => CultureInfo.CurrentUICulture.TextInfo.IsRightToLeft ? FlowDirection.RightToLeft : FlowDirection.LeftToRight;
13+
public static FlowDirection FlowDirection => CultureInfo.CurrentUICulture.TextInfo.IsRightToLeft ? FlowDirection.RightToLeft : FlowDirection.LeftToRight;
1414

1515
public void UpdateCulture(CultureInfo culture)
1616
{

0 commit comments

Comments
 (0)