chore(desktop): change icon

This commit is contained in:
Anna 2020-11-12 19:47:18 -05:00
parent 0bf316fe62
commit b95d5834e5
5 changed files with 5 additions and 4 deletions

View File

@ -13,7 +13,7 @@ namespace XIVChat_Desktop.Controls {
FocusVisualStyleProperty.OverrideMetadata(typeof(SelectableTextBlock), new FrameworkPropertyMetadata(null));
}
public SelectableTextBlock() {
protected SelectableTextBlock() {
TextEditorWrapper.CreateFor(this);
}
}

View File

@ -12,7 +12,7 @@
Height="450"
Width="800"
x:Name="Main"
Icon="/ic_launcher-playstore.png"
Icon="/Resources/logo.ico"
d:DataContext="{d:DesignInstance local:MainWindow}">
<Grid>
<Grid.RowDefinitions>

View File

@ -30,7 +30,6 @@ namespace XIVChat_Desktop {
}
private void Save_Click(object sender, RoutedEventArgs e) {
// FIXME: this shouldn't be using data bindings because it should only take effect after clicking save
var serverName = this.ServerName.Text;
var serverHost = this.ServerHost.Text;

View File

@ -10,11 +10,13 @@
<Company>XIVChat</Company>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<ApplicationIcon>Resources\logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<None Remove="fonts\ffxiv.ttf" />
<None Remove="ic_launcher-playstore.png" />
<None Remove="Resources\logo.ico" />
<None Remove="Resources\fonticon_ps4.tex.png" />
</ItemGroup>
@ -31,8 +33,8 @@
<ItemGroup>
<Resource Include="fonts\ffxiv.ttf" />
<Resource Include="ic_launcher-playstore.png" />
<Resource Include="Resources\fonticon_ps4.tex.png" />
<Resource Include="Resources\logo.ico" />
</ItemGroup>
<ItemGroup>