aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Ui.Common/Configuration/Ui/GuiColumns.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Ui.Common/Configuration/Ui/GuiColumns.cs')
-rw-r--r--src/Ryujinx.Ui.Common/Configuration/Ui/GuiColumns.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Ryujinx.Ui.Common/Configuration/Ui/GuiColumns.cs b/src/Ryujinx.Ui.Common/Configuration/Ui/GuiColumns.cs
index 89264cff..aff65459 100644
--- a/src/Ryujinx.Ui.Common/Configuration/Ui/GuiColumns.cs
+++ b/src/Ryujinx.Ui.Common/Configuration/Ui/GuiColumns.cs
@@ -2,15 +2,15 @@
{
public struct GuiColumns
{
- public bool FavColumn { get; set; }
- public bool IconColumn { get; set; }
- public bool AppColumn { get; set; }
- public bool DevColumn { get; set; }
- public bool VersionColumn { get; set; }
+ public bool FavColumn { get; set; }
+ public bool IconColumn { get; set; }
+ public bool AppColumn { get; set; }
+ public bool DevColumn { get; set; }
+ public bool VersionColumn { get; set; }
public bool TimePlayedColumn { get; set; }
public bool LastPlayedColumn { get; set; }
- public bool FileExtColumn { get; set; }
- public bool FileSizeColumn { get; set; }
- public bool PathColumn { get; set; }
+ public bool FileExtColumn { get; set; }
+ public bool FileSizeColumn { get; set; }
+ public bool PathColumn { get; set; }
}
}