mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-04 03:23:36 +00:00
Update for Avalonia 12
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
x:Name="TokenValueTextBox"
|
||||
FontSize="16"
|
||||
PasswordChar="*"
|
||||
PlaceholderText="{Binding LocalizationManager.TokenPlaceholderText}"
|
||||
RevealPassword="{Binding $self.IsFocused}"
|
||||
Text="{Binding Token}"
|
||||
Theme="{DynamicResource SoloTextBox}"
|
||||
Watermark="{Binding LocalizationManager.TokenWatermark}">
|
||||
Theme="{DynamicResource SoloTextBox}">
|
||||
<TextBox.InnerLeftContent>
|
||||
<materialIcons:MaterialIcon
|
||||
Grid.Column="0"
|
||||
@@ -304,4 +304,4 @@
|
||||
</Button>
|
||||
</Panel>
|
||||
</DockPanel>
|
||||
</UserControl>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user