| 425 | } |
| 426 | |
| 427 | void PlaybackController::updateSettings() |
| 428 | { |
| 429 | QSettings settings; |
| 430 | settings.beginGroup("VideoCache"); |
| 431 | auto caching = settings.value("Enabled", true).toBool(); |
| 432 | auto wait = settings.value("PlaybackPauseCaching", false).toBool(); |
| 433 | this->waitForCachingOfItem = caching && wait; |
| 434 | } |
| 435 | |
| 436 | void PlaybackController::loadButtonIcons() |
| 437 | { |