mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fixed spelling error get_standart_duration -> get_standard_duration
This commit is contained in:
@@ -1509,7 +1509,7 @@ void NotificationManager::push_notification(NotificationType type,
|
||||
std::function<bool(wxEvtHandler*)> callback,
|
||||
int timestamp)
|
||||
{
|
||||
int duration = get_standart_duration(level);
|
||||
int duration = get_standard_duration(level);
|
||||
push_notification_data({ type, level, duration, text, hypertext, callback }, timestamp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user