Skip to content

Commit

Permalink
Temporary hide Buy with card & Settings buttons;
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Sep 20, 2021
1 parent 02922f2 commit 2494f9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Atomex.Client.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<UseAppHost>true</UseAppHost>
<ApplicationIcon>Resources/Images/logo_dark_256x256.ico</ApplicationIcon>

<AssemblyVersion>1.1.45</AssemblyVersion>
<Version>1.1.45</Version>
<AssemblyVersion>1.1.46</AssemblyVersion>
<Version>1.1.46</Version>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="Assets\**" />
Expand Down
5 changes: 3 additions & 2 deletions Views/WalletMainView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@

<StackPanel DockPanel.Dock="Bottom">
<controls:MenuButton
IsVisible="False"
Background="Transparent"
Foreground="White"
IsSelected="{Binding IsSettingsSectionActive}"
Expand Down Expand Up @@ -257,7 +258,7 @@
</StackPanel>
</controls:MenuButton>

<controls:MenuButton
<!--<controls:MenuButton
Background="Transparent"
Foreground="White"
IsSelected="{Binding IsWertSectionActive}"
Expand All @@ -284,7 +285,7 @@
</TextBlock>
</Panel>
</StackPanel>
</controls:MenuButton>
</controls:MenuButton>-->
</StackPanel>
</DockPanel>

Expand Down

0 comments on commit 2494f9a

Please sign in to comment.