Code styling

This commit is contained in:
2022-11-17 23:41:03 +01:00
parent e80f06d8bf
commit 38a7856a0f
9 changed files with 39 additions and 39 deletions

View File

@ -32,7 +32,7 @@ namespace unison
CanExecuteFunc = () => true
};
public string SnapcastText
public static string SnapcastText
{
get
{
@ -59,7 +59,7 @@ namespace unison
}
}
public ICommand Radios
public static ICommand Radios
{
get
{
@ -71,7 +71,7 @@ namespace unison
}
}
public ICommand Shuffle
public static ICommand Shuffle
{
get
{
@ -83,7 +83,7 @@ namespace unison
}
}
public ICommand Settings
public static ICommand Settings
{
get
{