feat: initial support for segatools pkgs
This commit is contained in:
@ -31,6 +31,9 @@ const disabledTooltip = computed(() => {
|
||||
if (prf.current?.sgt.amfs.length === 0) {
|
||||
return 'The amfs path must be specified';
|
||||
}
|
||||
if (prf.current?.sgt.hook === null || prf.current?.sgt.hook === undefined) {
|
||||
return 'A segatools hook package is necessary';
|
||||
}
|
||||
return null;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user