feat: new config format
This commit is contained in:
@ -25,10 +25,10 @@ const kill = async () => {
|
||||
};
|
||||
|
||||
const disabledTooltip = computed(() => {
|
||||
if (prf.cfg('target-path', '').value.length === 0) {
|
||||
if (prf.current?.sgt.target.length === 0) {
|
||||
return 'The game path must be specified';
|
||||
}
|
||||
if (prf.cfg('amfs', '').value.length === 0) {
|
||||
if (prf.current?.sgt.amfs.length === 0) {
|
||||
return 'The amfs path must be specified';
|
||||
}
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user