mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-29 14:52:51 -05:00
feat: replace legacy Python CLI with GUI app
This commit is contained in:
@@ -35,7 +35,7 @@ const ActionButton: FC<ActionButtonProps> = ({
|
||||
return isInstalled ? `Uninstall ${product}` : `Install ${product}`
|
||||
}
|
||||
|
||||
// Map to our button variant
|
||||
// Map to button variant
|
||||
const getButtonVariant = (): ButtonVariant => {
|
||||
// For uninstall actions, use danger variant
|
||||
if (isInstalled) return 'danger'
|
||||
|
||||
Reference in New Issue
Block a user