Skip to content

I want to suppress window maximization #10305

Closed Answered by sdr0x07b6
sdr0x07b6 asked this question in Q&A
Discussion options

You must be logged in to vote

Solved!

When I set both tauri.allowlist.all and tauri.allowlist.window.all to false, it stopped maximizing.

Next, I changed back the parts I had changed. In the end, tauri.windows.maximizable and tauri.allowlist.window.maximizable did not maximize even though the properties themselves did not exist.

In other words, I just set both tauri.allowlist.all and tauri.allowlist.window.all to false.

Even if tauri.allowlist.all: true, if tauri.allowlist.window.all: false, it seems that false would take precedence only for Window, but in fact both needed to be false.

Thank you for your support!

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@FabianLars
Comment options

@sdr0x07b6
Comment options

@FabianLars
Comment options

@sdr0x07b6
Comment options

Answer selected by FabianLars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants