mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
13 lines
175 B
C++
13 lines
175 B
C++
#pragma once
|
|
|
|
#include "ui/toast/toast.h"
|
|
|
|
namespace Ayu::Ui {
|
|
|
|
void ShowToastWithAction(
|
|
::Ui::Toast::Config &&config,
|
|
const QString &buttonText,
|
|
Fn<void()> callback);
|
|
|
|
}
|