Skip to content

Conversation

@NaamuKim
Copy link

@NaamuKim NaamuKim commented Dec 7, 2025

closes #13670

@NaamuKim NaamuKim requested a review from a team as a code owner December 7, 2025 06:47
@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Dec 7, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2025

Package Changes Through eb38850

There are 3 changes which include tauri-macos-sign with patch, tauri-bundler with patch, tauri with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-macos-sign 2.3.1 2.3.2
tauri-bundler 2.7.4 2.7.5
tauri 2.9.4 2.10.0
@tauri-apps/cli 2.9.5 2.9.6
tauri-cli 2.9.5 2.9.6

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

Copy link
Contributor

@Legend-Master Legend-Master left a comment

Choose a reason for hiding this comment

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

Looks great, thanks! Just some nitpicks and just to let to know that we'll probably delay merging this for a bit to see if we want to publish any patch releases at the mean time

/// - **Other platforms:** Falls back to [`Self::set_fullscreen`].
#[cfg(target_os = "macos")]
pub fn set_simple_fullscreen(&self, fullscreen: bool) -> crate::Result<()> {
self.window.set_simple_fullscreen(fullscreen)
Copy link
Contributor

Choose a reason for hiding this comment

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

Since we handle this in set_simple_fullscreen anyways, I think we just use a single function here that does the forwarding

@Legend-Master Legend-Master added this to the 2.10 milestone Dec 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📬Proposal

Development

Successfully merging this pull request may close these issues.

[feat] set_simple_fullscreen function of (webview)window

2 participants