Switch to unified view

a/HelperStructs/CSettingsStorage.h b/HelperStructs/CSettingsStorage.h
...
...
77
    GENDEC_VARIABLE(PlaylistNumbers, bool, Bool);
77
    GENDEC_VARIABLE(PlaylistNumbers, bool, Bool);
78
    GENDEC_VARIABLE(NotifyNewVersion, bool,  Bool);
78
    GENDEC_VARIABLE(NotifyNewVersion, bool,  Bool);
79
    GENDEC_VARIABLE(PlayerUID, QString, String);
79
    GENDEC_VARIABLE(PlayerUID, QString, String);
80
    GENDEC_VARIABLE(FolderViewFNOrder, bool, Bool);
80
    GENDEC_VARIABLE(FolderViewFNOrder, bool, Bool);
81
    GENDEC_VARIABLE(LoadPlaylist, bool, Bool);
81
    GENDEC_VARIABLE(LoadPlaylist, bool, Bool);
82
82
    GENDEC_VARIABLE(SplitterState, QByteArray, ByteArray);
83
    // Special cases
83
    // Special cases
84
    void setPlaylistMode(const Playlist_Mode&);
84
    void setPlaylistMode(const Playlist_Mode&);
85
    Playlist_Mode getPlaylistMode();
85
    Playlist_Mode getPlaylistMode();
86
86
87
};
87
};