mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 00:36:00 +00:00
Use nullable
This commit is contained in:
@@ -7,7 +7,7 @@ namespace DiscordChatExporter.Gui.ViewModels.Components
|
||||
{
|
||||
public Channel Model { get; set; }
|
||||
|
||||
public string Category { get; set; }
|
||||
public string? Category { get; set; }
|
||||
}
|
||||
|
||||
public partial class ChannelViewModel
|
||||
|
||||
Reference in New Issue
Block a user