Skip to content

Commit 02c742d

Browse files
committed
Add todo
1 parent d6d957a commit 02c742d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Core/Sources/SuggestionWidget/WidgetWindowsController.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import Foundation
88
import SwiftUI
99
import XcodeInspector
1010

11+
#warning("""
12+
TODO: This part is too messy, consider breaking it up, let each window handle their own things
13+
""")
14+
1115
actor WidgetWindowsController: NSObject {
1216
let userDefaultsObservers = WidgetUserDefaultsObservers()
1317
var xcodeInspector: XcodeInspector { .shared }

0 commit comments

Comments
 (0)