mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 17:57:51 +00:00
Media::Player::Widget added instead of PlayerWidget.
New media player bar widget added. Switching between floating media player panel and media player widget. New volume controller.
This commit is contained in:
@@ -214,7 +214,7 @@ using Notification = QSharedPointer<NotificationData>;
|
||||
void start() {
|
||||
if (LibNotifyLoaded()) {
|
||||
if (Libs::notify_is_initted() || Libs::notify_init("Telegram Desktop")) {
|
||||
ManagerInstance.makeIfNull();
|
||||
ManagerInstance.createIfNull();
|
||||
if (!ManagerInstance->init()) {
|
||||
ManagerInstance.clear();
|
||||
LOG(("LibNotify Error: manager failed to init!"));
|
||||
|
||||
Reference in New Issue
Block a user