Skip to content

Commit cc6fd43

Browse files
ayangabrylclaude
andcommitted
Fix WPF build error: remove PlaceholderText (WinUI 3 only)
PlaceholderText does not exist in WPF's TextBox. Removed from RedirectUrlInput — the label above already describes what to paste. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent df28387 commit cc6fd43

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

QuotaBarWindows/Views/AddAccountWindow.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@
138138
<TextBox x:Name="RedirectUrlInput" Background="#2C2C2E" Foreground="White"
139139
BorderThickness="1" BorderBrush="#48484A"
140140
Padding="10,8" FontSize="12" CaretBrush="White"
141-
TextWrapping="Wrap" AcceptsReturn="False" Height="60"
142-
PlaceholderText="https://console.anthropic.com/oauth/code/callback?code=..."/>
141+
TextWrapping="Wrap" AcceptsReturn="False" Height="60"/>
143142
<TextBlock x:Name="PasteUrlError" Foreground="#FF453A" FontSize="11"
144143
Margin="0,4,0,0" Visibility="Collapsed"/>
145144
<Button x:Name="PasteUrlSubmit" Content="Connect"

0 commit comments

Comments
 (0)