Disable program text fields editable and remove auto complete popup.

This commit is contained in:
2025-07-13 13:18:11 -07:00
parent 58948e1614
commit 42fe921dbc
6 changed files with 21 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate {
window.delegate = self
// TODO: Move down.
// NOTE: Here we check wether the program was launched by the
// system (e.g. launch-at-login). If it was not, then display the
// window.