mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
fix cultivate project selection on other page
This commit is contained in:
@@ -167,6 +167,11 @@ internal sealed partial class CultivationService : ICultivationService
|
||||
|
||||
await taskContext.SwitchToBackgroundAsync();
|
||||
|
||||
if (Current is null)
|
||||
{
|
||||
_ = ProjectCollection;
|
||||
}
|
||||
|
||||
if (Current is null)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user