Skip to content

Commit

Permalink
Reload current source during init of KeyCodesStore
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Oct 29, 2024
1 parent d21dc79 commit 20d013d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions App/Sources/Core/Stores/KeyCodesStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ final class KeyCodesStore {

internal init(_ currentInputProvider: CurrentInputSourceProviding) {
self.currentInputProvider = currentInputProvider
reloadCurrentSource()
}

func subscribe(to publisher: Published<UUID?>.Publisher) {
Expand Down

0 comments on commit 20d013d

Please sign in to comment.