Skip to content

Commit 1dccd24

Browse files
authored
add useDetailedSubHeadings to syncable settings (#153)
1 parent 5fa6487 commit 1dccd24

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

backend/Models/MoonfinSettingsProfile.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ public class MoonfinSettingsProfile
105105
[JsonPropertyName("enableFolderView")]
106106
public bool? EnableFolderView { get; set; }
107107

108+
[JsonPropertyName("useDetailedSubHeadings")]
109+
public bool? useDetailedSubHeadings { get; set; }
110+
108111
[JsonPropertyName("confirmExit")]
109112
public bool? ConfirmExit { get; set; }
110113

0 commit comments

Comments
 (0)