8 lines
No EOL
187 B
C#
8 lines
No EOL
187 B
C#
using LANCommander.SDK;
|
|
|
|
namespace LANCommander.Server.Settings.Models;
|
|
|
|
public class SnippetSettings
|
|
{
|
|
public string StoragePath { get; set; } = AppPaths.GetConfigPath("Snippets");
|
|
} |