use pascal casing everywhere
This commit is contained in:
@@ -247,7 +247,7 @@ namespace mpvnet
|
||||
.Select(i => new CommandPaletteItem() {
|
||||
Text = i.Display,
|
||||
SecondaryText = i.Input,
|
||||
Action = () => Core.command(i.Command)
|
||||
Action = () => Core.Command(i.Command)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user