-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PR] Fix "disable Borderless" option
Updated to patch 7.0 and new API, fixed the "disable Borderless" option not being actually implemented. Closes #2.
- Loading branch information
1 parent
7713fb4
commit 5273dd3
Showing
6 changed files
with
39 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"version": 1, | ||
"dependencies": { | ||
"net8.0-windows7.0": { | ||
"DalamudPackager": { | ||
"type": "Direct", | ||
"requested": "[2.1.12, )", | ||
"resolved": "2.1.12", | ||
"contentHash": "Sc0PVxvgg4NQjcI8n10/VfUQBAS4O+Fw2pZrAqBdRMbthYGeogzu5+xmIGCGmsEZ/ukMOBuAqiNiB5qA3MRalg==" | ||
}, | ||
"XivCommon": { | ||
"type": "Direct", | ||
"requested": "[9.0.0, )", | ||
"resolved": "9.0.0", | ||
"contentHash": "avaBp3FmSCi/PiQhntCeBDYOHejdyTWmFtz4pRBVQQ8vHkmRx+YTk1la9dkYBMlXxRXKckEdH1iI1Fu61JlE7w==" | ||
} | ||
} | ||
} | ||
} | ||
"version": 1, | ||
"dependencies": { | ||
"net8.0-windows7.0": { | ||
"DalamudPackager": { | ||
"type": "Direct", | ||
"requested": "[2.1.13, )", | ||
"resolved": "2.1.13", | ||
"contentHash": "rMN1omGe8536f4xLMvx9NwfvpAc9YFFfeXJ1t4P4PE6Gu8WCIoFliR1sh07hM+bfODmesk/dvMbji7vNI+B/pQ==" | ||
}, | ||
"XivCommon": { | ||
"type": "Direct", | ||
"requested": "[9.0.0, )", | ||
"resolved": "9.0.0", | ||
"contentHash": "avaBp3FmSCi/PiQhntCeBDYOHejdyTWmFtz4pRBVQQ8vHkmRx+YTk1la9dkYBMlXxRXKckEdH1iI1Fu61JlE7w==" | ||
} | ||
} | ||
} | ||
} |