Unnecessary multimedia controls #2836
ogarcia
started this conversation in
Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
Since the update to Tauri 2 for the Cinny desktop client, fixed media controls appear every time the application is opened, as if it were a media player.
Expected Behavior
The app should not display any media controls unless it is playing something (or simply never display them, since any media playback that might occur in the app is not significant enough to warrant such controls).
Actual Behavior
You open the app, and the media controls appear.
Reproduction Steps
Environement
Relevant Logs
No response
Additional context
A quick workaround is to add the following to the
.desktopfile:I acknowledge that:
```) on separate lines.Beta Was this translation helpful? Give feedback.
All reactions