mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Hiding Icon Toolbar does not persist across Mumble sessions #2560
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#2560
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kevinfiol on GitHub (Aug 24, 2022).
Description
After upgrading from 1.4.230 to 1.4.274, the Icon Toolbar did not remain hidden even after unchecking
Icon Toolbar.Downgrading back to 1.4.230 fixed this for me.
Steps to reproduce
Icon ToolbarAdditionally, you can try unchecking it, and then go to Settings > User Interface and clicking
Apply. This will make the icon toolbar reappear (it should not).Mumble version
1.4.274
Mumble component
Client
OS
Windows
Reproducible?
Yes
Additional information
No response
Relevant log output
No response
Screenshots
No response
@Krzmbrzl commented on GitHub (Aug 25, 2022):
I wasn't even aware that these things could be hidden individually ^^
@Hartmnt commented on GitHub (Aug 25, 2022):
Can confirm this behavior on Linux and on the 1.5 branch. You have to first set the user interface layout to "custom".
@Krzmbrzl commented on GitHub (Aug 25, 2022):
I assume this issue was introduced with 6aa88691e16c807b998301f2cbecfda599ef4592
EDIT: Confirmed - Apparently the visibility state of the individual components is only stored in the saved "geometry" and thus essentially that commit's message also explains why these elements now no longer remain hidden.