fix styling issues
This commit is contained in:
@@ -44,4 +44,8 @@ struct NotifyMessage {
|
||||
std::shared_ptr<bool> actionInvoked;
|
||||
// image data (if any) from dbus
|
||||
std::optional<Glib::RefPtr<Gdk::Pixbuf>> imageData;
|
||||
|
||||
bool has_input = false;
|
||||
std::string input_placeholder;
|
||||
std::function<void(const std::string &)> on_input;
|
||||
};
|
||||
Reference in New Issue
Block a user