11 if (missingFiles.isNotEmpty())
13 AlertWindow::showMessageBoxAsync(AlertWindow::AlertIconType::NoIcon,
"Preset missing assets", missingFiles);
19 auto dismissedCallback = ModalCallbackFunction::create([=](
int isDismissed) {
31 auto isDismissed = AlertWindow::showOkCancelBox(
32 AlertWindow::AlertIconType::WarningIcon,
"Access Denied",
33 "The requested content is exclusively\navailable to subscribers.\n\nTo gain access to this premium "
34 "content\nplease consider subscribing to our\nservice.",
35 "OK, Got It",
"Subscribe",
nullptr, dismissedCallback);
static String checkSamplePaths(const File &)
Definition AssetManager.cpp:606
static void alertNonSubscriber()
Definition AssetManagerUI.cpp:17
static void alertMissingSamples(const File &presetFile)
Definition AssetManagerUI.cpp:8
static URL landingPageURL
Definition AssetManagerUI.h:19
static std::atomic< bool > suppressPopups
This is a heavy handed approach to suppressing the subscriber popup which can be a problem when recal...
Definition AssetManagerUI.h:25
static bool m_alertShowing
Definition AssetManagerUI.h:28
Definition AirAbsorptionFilter.cpp:2