diff --git a/TILogging/Sources/LoggingPresenter.swift b/TILogging/Sources/LoggingPresenter.swift index 9427184c..03ccce6c 100644 --- a/TILogging/Sources/LoggingPresenter.swift +++ b/TILogging/Sources/LoggingPresenter.swift @@ -49,7 +49,7 @@ final public class LoggingPresenter { } /// Shows the UIWindow with a button that opens a logging list view. - public func addLogsButton(to scene: UIWindowScene? = nil, isShakingMotionAllowed isShaking: Bool = true) { + public func addLogsButton(to scene: UIWindowScene? = nil, isShakingMotionAllowed isShaking: Bool = false) { showWindow(withScene: scene) loggingViewController.setVisible(isVisible: true) loggingViewController.setRegistrationForShacking(isShackingEventAllowed: isShaking)