Skip to content

Commit

Permalink
Merge pull request #438 from wbonbon/master
Browse files Browse the repository at this point in the history
remove "Get Action Icon from xivapi.com" feature
  • Loading branch information
wbonbon authored Dec 15, 2024
2 parents e1468aa + f61ba68 commit 74ddc9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/@MasterVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.4.4
v10.4.5
4 changes: 2 additions & 2 deletions source/ACT.Hojoring.Common/Version.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("10.4.0.4")]
[assembly: AssemblyFileVersion("10.4.0.4")]
[assembly: AssemblyVersion("10.4.0.5")]
[assembly: AssemblyFileVersion("10.4.0.5")]
Original file line number Diff line number Diff line change
Expand Up @@ -797,12 +797,13 @@

<CheckBox Margin="0 0 0 0" Content="{DynamicResource Common_RecastTimeOverIcon}" IsChecked="{Binding Model.OverlapRecastTime, Mode=TwoWay}" Visibility="{Binding Model.IsStandardStyle, Mode=OneWay, Converter={StaticResource VisibilityConverter}}" />
<CheckBox Margin="0 5 0 0" Content="{DynamicResource Common_ToDarkBetweenRecast}" IsChecked="{Binding Model.ReduceIconBrightness, Mode=TwoWay}" />

<!--
<TextBlock Margin="0 10 0 0" HorizontalAlignment="Left">
<Hyperlink Command="{Binding GetIconsCommand, Mode=OneWay}">
<TextBlock Text="{DynamicResource Common_GetIcon}" />
</Hyperlink>
</TextBlock>
-->
</StackPanel>

<!-- その他 -->
Expand Down

0 comments on commit 74ddc9e

Please # to comment.