mirror of https://github.com/ventoy/Ventoy.git
update ko
This commit is contained in:
parent
37edd5a349
commit
faceaf4267
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -783,11 +783,6 @@ g_ventoy_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp(pp->name, "ada1"))
|
|
||||||
{
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
g_ventoy_tasted = true;
|
g_ventoy_tasted = true;
|
||||||
|
|
||||||
G_DEBUG("######### ventoy disk <%s> #############\n", pp->name);
|
G_DEBUG("######### ventoy disk <%s> #############\n", pp->name);
|
||||||
|
|
|
@ -782,11 +782,6 @@ g_ventoy_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp(pp->name, "ada1"))
|
|
||||||
{
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
g_ventoy_tasted = true;
|
g_ventoy_tasted = true;
|
||||||
|
|
||||||
G_DEBUG("######### ventoy disk <%s> #############\n", pp->name);
|
G_DEBUG("######### ventoy disk <%s> #############\n", pp->name);
|
||||||
|
|
Loading…
Reference in New Issue