Add ability to delete songs from disk at the song selection screen (Ctrl+Backspace)

This commit is contained in:
Colin Wallace
2015-03-27 05:22:55 +00:00
parent bfc24455ae
commit 473974e52f
16 changed files with 130 additions and 8 deletions
+1
View File
@@ -289,6 +289,7 @@ PrefsManager::PrefsManager() :
m_sMachineName ( "MachineName", "" ),
m_sCoursesToShowRanking ( "CoursesToShowRanking", "" ),
m_MuteActions("MuteActions", false),
m_bAllowSongDeletion("AllowSongDeletion", false),
m_bQuirksMode ( "QuirksMode", false ),