Skip to content
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

Hide dock icon preference is not saved #21

Open
hunj opened this issue Jun 1, 2016 · 10 comments
Open

Hide dock icon preference is not saved #21

hunj opened this issue Jun 1, 2016 · 10 comments

Comments

@hunj
Copy link

hunj commented Jun 1, 2016

I love this app and I always have it on, but every time I restart my computer I have to hide the dock icon. Is there a way to save this preference?

Cheers,
@hunj

@sidewinder12s
Copy link
Contributor

(I added the hiding the Dock icon option)

With my limited knowledge of OSX/Objective-C, I hadn't found an easy way to accomplish this. Hopefully someone can provide a good pull request for this (or I get ambitious 😄 )

@mattgabor
Copy link

+1, same issue. I'll make the change and create a PR if no one else wants to do it.

@Naoto-Ida
Copy link

Has this been resolved? I was checking the code, seems like there's some stuff being written to NSUserDefaults already.

@paulyoung
Copy link
Owner

This has not yet been resolved.

@lightningxcookie
Copy link

I just called [self toggleDockIconVisibility]; in - (void)applicationDidFinishLaunching:(NSNotification * __unused)aNotification in the AppDelegate to fix this

@gempir
Copy link

gempir commented Mar 27, 2018

If you could make a PR for that @MRxGAM3R that would be nice. It's still an issue in the latest build.

@jrfernandes
Copy link

I opened a PR for it: #33

@festivia
Copy link

festivia commented Jul 25, 2018

Not sure this is helpful for anyone.
Can manually edit the plist
been a while since doing code, but this works in meantime
https://apple.stackexchange.com/questions/207939/how-to-hide-a-specific-active-app-on-os-x-has-to-be-reversible

@sc0
Copy link

sc0 commented Feb 26, 2019

If anyone's still interested, I've fixed it in my fork

@Aracki
Copy link

Aracki commented Apr 20, 2022

Thanks, @sc0, works perfectly! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests