feat: add message box dialogs
This commit is contained in:
@@ -16,10 +16,11 @@ struct AppState {
|
||||
gui::dialogs::Result result;
|
||||
bool running;
|
||||
bool is_print;
|
||||
bool is_message;
|
||||
};
|
||||
|
||||
extern AppState g_app;
|
||||
|
||||
void dialog_finish(const char* status, const char* path, const char* job_id, const char* message,
|
||||
const char* printer_uri = "", const char* printer_name = "", uint32_t copies = 0);
|
||||
void dialog_cancel(const char* message = "");
|
||||
void dialog_cancel(const char* message = "");
|
||||
|
||||
Reference in New Issue
Block a user