Skip to content

Commit

Permalink
Fix ATM-409, hide warning message in operation confirmation dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
matsakiv committed Mar 20, 2023
1 parent f890d77 commit 5e768f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Atomex.Client.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<UseAppHost>true</UseAppHost>
<ApplicationIcon>Resources/Images/atomex_logo_256x256_ico.ico</ApplicationIcon>

<AssemblyVersion>1.3.1</AssemblyVersion>
<Version>1.3.1</Version>
<AssemblyVersion>1.3.2</AssemblyVersion>
<Version>1.3.2</Version>
</PropertyGroup>
<Choose>
<When Condition=" '$(Configuration)' == 'Debug' ">
Expand Down
4 changes: 2 additions & 2 deletions Views/DappsViews/OperationRequestView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,8 @@
CornerRadius="6">
<Border.IsVisible>
<MultiBinding Converter="{x:Static BoolConverters.And}">
<Binding Path="!UseDefaultFee" />
<Binding Path="!AutofillError" />
<Binding Path="!UseDefaultFee"/>
<Binding Path="!AutoFillError"/>
</MultiBinding>
</Border.IsVisible>
<Grid ColumnDefinitions="Auto,*">
Expand Down

0 comments on commit 5e768f7

Please sign in to comment.