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 the AdGuard icon from menu bar #265

Closed
Eugene-Savenko opened this issue Dec 18, 2017 · 14 comments
Closed

Hide the AdGuard icon from menu bar #265

Eugene-Savenko opened this issue Dec 18, 2017 · 14 comments

Comments

@Eugene-Savenko
Copy link
Member

For something that simply always runs in the background, there’s no need for it to take up valuable space in the taskbar or in the dock. This is pretty expected behavior for third-party apps these days. As a suggestion, and Similar to BetterTouchTool, any user that needs to retrieve AdGuard settings should be able to relaunch the app by opening it from Applications.

@Evertt
Copy link

Evertt commented Nov 1, 2018

Yes please, +1

@ghost
Copy link

ghost commented May 17, 2019

+2

Sent with GitHawk

@dnovitskyi
Copy link

dnovitskyi commented Jun 17, 2019

Got another feature request from user 2234677

Добавить чекбокс «Показывать AdGuard в строке меню». Если снять галочку с чекбокса, то иконка Adguard пропадает из строки меню. Чтобы снова открыть главное окно программы (которое появляется по клику на иконку в меню) нужно будет запустить программу из Launchpad’a. По сути, пользователю может понадобиться открыть AdGuard только для полного отключения защиты, внесения правок в правила фильтрации, изменения каких-то настроек, или просто для просмотра статистики, что не является таким уж частым действием и не требует постоянного нахождения в строке меню. Также, такая настройка есть, например, у 1password и великого множества других программ для Mac, а аналогичное, предложенному мной, поведение, с запуском настроек из Launchpad’a если убрать иконку из меню, есть, например, у Little Snitch. Спасибо за внимание.

@MazterQyou
Copy link

+1, please add this, it's the only thing stopping me from using AdGuard 🙏

@ameshkov ameshkov added this to the 2.3 milestone Sep 21, 2019
@ameshkov ameshkov added P2: High and removed P4: Low labels Sep 21, 2019
@ameshkov
Copy link
Member

Sorry that it takes so long. I've assigned it to v2.3 and increased priority to High.

@ghost
Copy link

ghost commented Nov 8, 2019

any news on this?

@zzebrum
Copy link
Contributor

zzebrum commented Nov 8, 2019

Currently, this issue assigned to 2.4 milestone :) maybe we can ask @ameshkov to reassign the issue.

@chenjau
Copy link

chenjau commented Dec 23, 2019

still no hiding setting(2.4.1.708 nightly), any news on this?

@zzebrum
Copy link
Contributor

zzebrum commented Dec 24, 2019

@chenjau well, it was the very first nightly version 2.4 :)

@vozersky vozersky changed the title Hide the AdGuard icon form the system menu Hide the AdGuard icon from menu bar Apr 13, 2020
@adguard-bot adguard-bot modified the milestones: 2.4, 2.5 Apr 14, 2020
@dasnorsep
Copy link

I like my menu bar clean and this issue is a major dealbreaker. I'll going to have to stick with your DNS service for now.

@chenjau
Copy link

chenjau commented Jun 13, 2020

working now(2.4.9.802 nightly)!🚀

@fenwat-sargut-sIdge3
Copy link

Once an icon has been hidden, access to Adguard settings becomes unavailable.

@Evertt
Copy link

Evertt commented Apr 6, 2024

@Lilac-Orange

Once an icon has been hidden, access to Adguard settings becomes unavailable.

I haven't used the app in a while, so I'm not sure if you've observed a new bug.
But normally, when an app is running but has no dock icon nor a menu icon then accessing its settings should be possible by simply "launching" the app again. You're not really launching a new instance of the app, but it should notify the app that you're wanting to see some kind of window and then usually it would show you the settings window.

Have you tried that?

@fenwat-sargut-sIdge3
Copy link

fenwat-sargut-sIdge3 commented Apr 6, 2024

Have you tried that?

— Yes, I have been using Adguard for many years now.

Solution

I just discovered a workaround for this issue today. I thought I'd share it
with you all in case anyone else is searching for the same answers I was.
Hope it helps!

Upon investigating the Adgurad files on my Mac OS, I came to the realization
that I don't actually need an icon in the menubar.
You have the ability to make edits directly where they are needed.

To Add/Remove/Modify Adguard filtering rules:

SQLite DB: I use TablePlus for this purpose

/Users/${USER}/Library/Group Containers/TC3Q7MAJXF.com.adguard.mac/Library/Application Support/com.adguard.mac.adguard/adguard.db

Menu bar icon settings and other settings as well:

plist: I use BBEdit for this purpose

/Users/${USER}/Library/Preferences/com.adguard.mac.adguard.plist

To hide the menu bar icon:

    <key>HideMenubarIcon</key>
    <true/>

To unhide the menu bar icon:

    <key>HideMenubarIcon</key>
    <false/>

Restart Adguard and that's it:

To stop it, simply exit the Adguard process
from within the Activity Monitor application.

And launch like you always do.

@zzebrum zzebrum removed the High label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment