Changed from config files from being user-centric to system. Some refactoring. Added install script
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ void Volume::updateTheCurrentVolume()
|
||||
{
|
||||
std::fstream updateFile;
|
||||
|
||||
updateFile.open("currentVolume.txt", std::ios::out);
|
||||
updateFile.open(curVolumePath, std::ios::out);
|
||||
|
||||
updateFile << volume;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user