feat: better tooltips for mods in content tab hosting panel (#5679)

* feat: better tooltips for mods in content tab hosting panel

* feat: qa
This commit is contained in:
Calum H.
2026-03-26 22:55:08 +00:00
committed by GitHub
parent ef1ffa6577
commit 4394092928
17 changed files with 223 additions and 86 deletions
@@ -52,7 +52,7 @@ export interface InstallationSettingsContext {
isApp: boolean
/** When false, hides change-version and reinstall buttons in linked state (default: true) */
showModpackVersionActions?: boolean
showModpackVersionActions?: boolean | ComputedRef<boolean>
repairing?: Ref<boolean>
reinstalling?: Ref<boolean>