Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add SetPermissionFlag() function to LexFloatClient and LexFloatClientNative classes #18

Merged
merged 6 commits into from
Aug 6, 2024

Conversation

muneebkq
Copy link
Collaborator

No description provided.

public static void SetPermissionFlag(int flag) throws LexFloatClientException {
int status;
status = Platform.isWindows() ? LexFloatClientNative.SetPermissionFlag(flag)
: LexFloatClientNative.SetPermissionFlag(flag);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@muneebkq why is there a check for windows separately when we are just passing an int to it?

@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@muneebkq Why this file was commited?

Copy link
Collaborator

@ahmad-kemsan ahmad-kemsan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the comments

@ahmad-kemsan ahmad-kemsan merged commit 2970a40 into borrowing-develop Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants