SendSystemInfoDialog: Actual sending of the info

This commit is contained in:
Lukas Matena 2021-09-13 09:00:20 +02:00
parent e8af0d6d0f
commit 6a819dad89
2 changed files with 144 additions and 96 deletions

View file

@ -9,26 +9,6 @@ namespace Slic3r {
namespace GUI {
class SendSystemInfoDialog : public DPIDialog
{
enum {
MIN_WIDTH = 60,
MIN_HEIGHT = 40
};
public:
SendSystemInfoDialog(wxWindow* parent);
private:
const std::string m_system_info_json;
wxButton* m_btn_send;
wxButton* m_btn_dont_send;
wxButton* m_btn_ask_later;
void on_dpi_changed(const wxRect&) override;
};
void show_send_system_info_dialog_if_needed();