Skip to content

Commit

Permalink
IINA_ENABLE_PLUGIN_SYSTEM.
Browse files Browse the repository at this point in the history
  • Loading branch information
xjbeta committed May 30, 2022
1 parent 9d353ac commit 8a4ed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iina/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Cocoa
import MediaPlayer
import Sparkle

let IINA_ENABLE_PLUGIN_SYSTEM = false
let IINA_ENABLE_PLUGIN_SYSTEM = true

/** Max time interval for repeated `application(_:openFile:)` calls. */
fileprivate let OpenFileRepeatTime = TimeInterval(0.2)
Expand Down

0 comments on commit 8a4ed11

Please sign in to comment.