ui: Don't show start window when opening project with double-click
* added menu option to show start window
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
#ifndef MESSAGE_SHOW_START_SCREEN_H
|
||||
#define MESSAGE_SHOW_START_SCREEN_H
|
||||
|
||||
#include "utility/messaging/Message.h"
|
||||
|
||||
class MessageShowStartScreen
|
||||
: public Message<MessageShowStartScreen>
|
||||
{
|
||||
public:
|
||||
MessageShowStartScreen()
|
||||
{
|
||||
}
|
||||
|
||||
static const std::string getStaticType()
|
||||
{
|
||||
return "MessageShowStartScreen";
|
||||
}
|
||||
};
|
||||
|
||||
#endif // MESSAGE_SHOW_START_SCREEN_H
|
||||
Reference in New Issue
Block a user