Skip to content

Commit 18bd64e

Browse files
committed
Revert old changes with info bar
1 parent 46dfed3 commit 18bd64e

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/Files.App/Strings/en-US/Resources.resw

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4054,8 +4054,4 @@
40544054
<value>Add to shelf</value>
40554055
<comment>Tooltip that displays when dragging items to the Shelf Pane</comment>
40564056
</data>
4057-
<data name="ConciseAdaptiveLayoutDisabledNotification" xml:space="preserve">
4058-
<value>Sync layout across directories must be disabled.</value>
4059-
<comment>This text appears as part of an info bar when the adaptive layout button is disabled. The localized text must be short as it will cause display issues otherwise.</comment>
4060-
</data>
40614057
</root>

src/Files.App/UserControls/InnerNavigationToolbar.xaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,11 +1182,6 @@
11821182

11831183
</Grid>
11841184

1185-
<InfoBar
1186-
IsClosable="False"
1187-
IsOpen="{x:Bind Commands.LayoutAdaptive.IsExecutable.Equals(x:False), Mode=OneWay}"
1188-
Message="{helpers:ResourceString Name=ConciseAdaptiveLayoutDisabledNotification}"
1189-
Severity="Informational" />
11901185
</StackPanel>
11911186
</Flyout>
11921187
</AppBarButton.Flyout>

0 commit comments

Comments
 (0)