Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
intitni committed Aug 21, 2024
1 parent d6d957a commit 02c742d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Core/Sources/SuggestionWidget/WidgetWindowsController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import Foundation
import SwiftUI
import XcodeInspector

#warning("""
TODO: This part is too messy, consider breaking it up, let each window handle their own things
""")
actor WidgetWindowsController: NSObject {
let userDefaultsObservers = WidgetUserDefaultsObservers()
var xcodeInspector: XcodeInspector { .shared }
Expand Down

0 comments on commit 02c742d

Please sign in to comment.