mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 18:56:23 -04:00
- Added default sounds (on first start and a new button in sound settings)
- Added new sound files - Optimized SoundManager - Saved relative path to sound file for portable version - Updated english translation git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8391 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c55e8043a5
commit
acfa384f7f
19 changed files with 246 additions and 109 deletions
|
@ -335,6 +335,8 @@ int main(int argc, char *argv[])
|
|||
|
||||
Settings->setValue(QString::fromUtf8("FirstRun"), false);
|
||||
|
||||
soundManager->initDefault();
|
||||
|
||||
#ifdef __APPLE__
|
||||
/* For OSX, we set the default to "cleanlooks", as the AQUA style hides some input boxes
|
||||
* only on the first run - as the user might want to change it ;)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue