v1.10 — Activation with key dialog, auto-refresh, Access restriction, fixes
- Product key dialog: Fluent overlay with 5-field input + paste support
- Activate button on each license card asks for key first (/inpkey + /act)
- Auto-refresh lists after removal/activation on all pages
- Access checkbox disabled for Standard and Home & Business editions
- MSI uninstall: only accept {GUID} product codes (fix msiexec help popup)
- Window height properly resets when Details expander is collapsed
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
Foreground="{StaticResource TextSecondaryBrush}" Margin="0,-2,0,0"/>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
<TextBlock Text="v1.09" HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
<TextBlock Text="v1.10" HorizontalAlignment="Right" VerticalAlignment="Center"
|
||||
FontSize="12" Foreground="{StaticResource TextSecondaryBrush}"/>
|
||||
</Grid>
|
||||
</Border>
|
||||
@@ -76,6 +76,8 @@
|
||||
</Grid>
|
||||
|
||||
<!-- Confirm dialog overlay -->
|
||||
<pages:ConfirmDialog x:Name="Dialog" Grid.RowSpan="3"/>
|
||||
<pages:ConfirmDialog x:Name="Dialog"/>
|
||||
<!-- Product key dialog overlay -->
|
||||
<pages:ProductKeyDialog x:Name="KeyDialog"/>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user