You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: JDStatusBarNotification/Public/NotificationPresenter.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ public class NotificationPresenter: NSObject, NotificationWindowDelegate {
217
217
styleCache.updateDefaultStyle(prepare)
218
218
}
219
219
220
-
/// Adds a new named style - based on an included style, if given.
220
+
/// Adds a new named style - based on an included style, if given.(otherwise based on the default style)
221
221
/// This can later be used by referencing it using the `styleName`.
222
222
///
223
223
/// The added style can be used in future presentations by utilizing the same `styleName` in e.g. ``present(_:subtitle:styleName:duration:completion:)``.
0 commit comments