Skip to content

Commit 6c8676d

Browse files
authored
Rename title for CfzCudnnToggleModule
1 parent 5821d27 commit 6c8676d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StabilityMatrix.Avalonia/ViewModels/Inference/Modules/CfzCudnnToggleModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class CfzCudnnToggleModule : ModuleBase
1919
public CfzCudnnToggleModule(IServiceManager<ViewModelBase> vmFactory)
2020
: base(vmFactory)
2121
{
22-
Title = "Disable CUDNN (ComfyUI-Zluda)";
22+
Title = "CUDNN Toggle (ComfyUI-Zluda)";
2323
}
2424

2525
/// <summary>

0 commit comments

Comments
 (0)