mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Enhance PDF handling by introducing DISPOSITION_FORCE_INLINE and updating content disposition logic
This commit is contained in:
parent
9a60e2c532
commit
257ddfa48d
6 changed files with 63 additions and 7 deletions
|
|
@ -19,7 +19,7 @@ struct HandlerInfo {
|
|||
bool alwaysAskBeforeHandling;
|
||||
HandlerApp preferredApplicationHandler;
|
||||
HandlerApp[] possibleApplicationHandlers;
|
||||
long preferredAction;
|
||||
int32_t preferredAction;
|
||||
};
|
||||
|
||||
sync protocol PHandlerService
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue