Reduced duration of the annoying notifications

This commit is contained in:
emeric
2018-08-30 11:24:59 +02:00
parent 3b0c025ffb
commit b0956925bd
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class LmsApplication : public Wt::WApplication
void goHome();
void goHomeAndQuit();
void notifyMsg(MsgType type, const Wt::WString& message);
void notifyMsg(MsgType type, const Wt::WString& message, std::chrono::milliseconds duration = std::chrono::milliseconds(4000));
static Wt::WLink createArtistLink(Database::Artist::pointer artist);
static std::unique_ptr<Wt::WAnchor> createArtistAnchor(Database::Artist::pointer artist, bool addText = true);