Second (and last) stage of adding sound notifications on Linux (see issue 469)
This commit is contained in:
@@ -348,12 +348,12 @@ void Options::setDefaults () {
|
||||
cutOverlayBrush = std::vector<double> (4);
|
||||
cutOverlayBrush[3] = 0.667; // :-p
|
||||
|
||||
#if defined(__linux__) || defined(WIN32)
|
||||
sndEnable=true;
|
||||
#else
|
||||
sndEnable=false;
|
||||
#endif
|
||||
sndLngEditProcDoneSecs=3.0;
|
||||
#ifdef __linux__
|
||||
sndBatchQueueDone = "complete";
|
||||
sndLngEditProcDone = "window-attention";
|
||||
#endif
|
||||
|
||||
// Reminder: 0 = SET mode, 1 = ADD mode
|
||||
int babehav[] = {
|
||||
|
Reference in New Issue
Block a user