-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Group Tabs - Remove 'Share' When KEESHARE Is Disabled? #3619
Comments
schlimmchen
pushed a commit
to schlimmchen/keepassxc
that referenced
this issue
Oct 22, 2019
if KeePassXC is compiled with WITH_XC_KEESHARE=OFF, the "Share" tab of the EntryPreviewWidget for groups is removed from the GUI completely. closes keepassxreboot#3619.
schlimmchen
added a commit
to schlimmchen/keepassxc
that referenced
this issue
Oct 22, 2019
if KeePassXC is compiled with WITH_XC_KEESHARE=OFF, the "Share" tab of the EntryPreviewWidget for groups is removed from the GUI completely. closes keepassxreboot#3619.
schlimmchen
added a commit
to schlimmchen/keepassxc
that referenced
this issue
Oct 22, 2019
if KeePassXC is compiled with WITH_XC_KEESHARE=OFF, the "Share" tab of the EntryPreviewWidget for groups is removed from the GUI completely. closes keepassxreboot#3619.
schlimmchen
added a commit
to schlimmchen/keepassxc
that referenced
this issue
Oct 22, 2019
if KeePassXC is compiled with WITH_XC_KEESHARE=OFF, the "Share" tab of the EntryPreviewWidget for groups is removed from the GUI completely. closes keepassxreboot#3619.
droidmonkey
pushed a commit
to schlimmchen/keepassxc
that referenced
this issue
Oct 23, 2019
if KeePassXC is compiled with WITH_XC_KEESHARE=OFF, the "Share" tab of the EntryPreviewWidget for groups is removed from the GUI completely. closes keepassxreboot#3619.
If anyone for any reason wants, or is still using 2.4.3 I made a patch to remove the https://gist.github.com/0pLuS0/9dac22f06025bd6984aee3edc3188473 Enjoy! :) P.S. I did apply and test it, it's working! |
scoroi
pushed a commit
to scoroi/keepassxc
that referenced
this issue
Nov 10, 2019
if KeePassXC is compiled with WITH_XC_KEESHARE=OFF, the "Share" tab of the EntryPreviewWidget for groups is removed from the GUI completely. closes keepassxreboot#3619.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
I've come to realize that when
KEESHARE
is disabled at compile time, that for theGroups
theShare
tab is still appearing.-DWITH_XC_KEESHARE=OFF
-DWITH_XC_KEESHARE_SECURE=OFF
Desired Behavior
Please have the
Share
tab removed when theKEESHARE
feature is disabled at compile time.Context
Isn't it nice to not have things appear that don't work, serve no purpose? This seems more like a BUG then a Feature Request, but I'm making this as a Feature Request for now.
Please see the attached screen shot that shows the
Share
tab in 2.4.3 when I disabled both theKEESHARE
andKEESHARE_SECURE
at compile time.THANKS
The text was updated successfully, but these errors were encountered: