Skip to content

Commit

Permalink
[app] Fix password manager button
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Dec 27, 2022
1 parent 9a88309 commit c8d2a57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions App/View Controllers/RootViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,7 @@ extension RootViewController: TabToolbarDelegate {
}

func openPasswordManager() {
// TODO
// let terminal = terminals[selectedTabIndex]
// terminal.activatePasswordManager()
UIApplication.shared.sendAction(#selector(TerminalSessionViewController.activatePasswordManager), to: nil, from: self, for: nil)
}

}

0 comments on commit c8d2a57

Please sign in to comment.