Commit aa2515c5 authored by kimidaisuki22's avatar kimidaisuki22

remove default icon path.

parent d95445a9
......@@ -23,7 +23,7 @@ public:
private:
std::vector<std::unique_ptr<Menu>> menus_;
std::vector<tray_menu> raw_menus_;
std::string icon_ = "icon.ico";
std::string icon_;
struct tray tray_ {};
bool init_finished_{};
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment