Skip to content

Commit

Permalink
more tweaks to back to my xcreds
Browse files Browse the repository at this point in the history
  • Loading branch information
twocanoes committed Aug 16, 2022
1 parent 7aafd66 commit b2ef99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion XCreds Login Overlay/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,14 @@ class AppDelegate: NSObject, NSApplicationDelegate {

var statusWindowRect=window.frame
let screenRect = NSScreen.screens[0].visibleFrame

statusWindowRect.size.width=screenRect.size.width
statusWindowRect.origin=screenRect.origin;
window.setFrame(statusWindowRect, display: true, animate: false)
window.canBecomeVisibleWithoutLogin=true
window.hidesOnDeactivate=false
window.isOpaque=false
window.level = .modalPanel
NSApp.activate(ignoringOtherApps: true)
window.orderFrontRegardless()

}
Expand Down
Binary file not shown.

0 comments on commit b2ef99f

Please sign in to comment.