Skip to content

Commit

Permalink
Fix resizing animation (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
cool8jay committed Mar 16, 2023
1 parent 0034213 commit feaa62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Preferences/SettingsTabViewController.swift
Expand Up @@ -154,7 +154,7 @@ final class SettingsTabViewController: NSViewController, SettingsStyleController
completionHandler completion: (() -> Void)? = nil
) {
let isAnimated = options
.isDisjoint(with: [
.isSubset(of: [
.crossfade,
.slideUp,
.slideDown,
Expand Down

0 comments on commit feaa62b

Please sign in to comment.