Changed from config files from being user-centric to system. Some refactoring. Added install script
This commit is contained in:
@@ -19,13 +19,9 @@ DecreaseVolume::DecreaseVolume()
|
||||
void DecreaseVolume::newVolume()
|
||||
{
|
||||
if ((volume - AFFECTAMOUNT) > playBackOrigin)
|
||||
{
|
||||
volume = volume - AFFECTAMOUNT;
|
||||
}
|
||||
else
|
||||
{
|
||||
volume = 0;
|
||||
}
|
||||
}
|
||||
void DecreaseVolume::updateVolume()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user