Skip to content

Commit

Permalink
Fix only FATA32 is available in the list of file systems (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored and Djaler committed Jan 3, 2020
1 parent 7b98323 commit a14837c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/Filesystem.vala
Expand Up @@ -51,7 +51,7 @@ namespace Formatter {
}

public class Filesystem : Gtk.FlowBoxChild {
public Filesystems filesystem { get; set; }
public Filesystems filesystem { get; construct; }

public Filesystem (Filesystems filesystem) {
Object (filesystem: filesystem);
Expand Down

0 comments on commit a14837c

Please sign in to comment.