minor cleanup
This commit is contained in:
parent
c91f92f4d0
commit
1417b7a4fe
@ -1,6 +1,8 @@
|
||||
import Foundation
|
||||
import AppKit
|
||||
class SelectedTextService {
|
||||
// Private pasteboard type to avoid clipboard history pollution
|
||||
private static let privatePasteboardType = NSPasteboard.PasteboardType("com.prakashjoshipax.VoiceInk.transient")
|
||||
|
||||
static func fetchSelectedText() -> String? {
|
||||
// Don't check for selected text within VoiceInk itself
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user