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

Make Android auto default excluded #9344

Merged
merged 4 commits into from
Apr 16, 2024

Conversation

strseb
Copy link
Collaborator

@strseb strseb commented Apr 9, 2024

Description

We've been asked to add this to be default excluded .

@strseb strseb requested a review from brizental April 9, 2024 14:44
@brizental brizental enabled auto-merge (squash) April 9, 2024 14:45
@github-actions github-actions bot added the 🛬 Landing This PR is marked as "auto-merge" label Apr 9, 2024
src/settingslist.h Outdated Show resolved Hide resolved
Co-authored-by: Beatriz Rizental <[email protected]>
@@ -654,7 +654,14 @@ SETTING_STRINGLIST(vpnDisabledApps, // getter
removeVpnDisabledApps, // remover
hasVpnDisabledApps, // has
"vpnDisabledApps", // key
QStringList(), // default value
#ifdef MZ_ANDROID
QStringList{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
QStringList{
QStringList{

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is all we need to make the linter happy

@@ -654,7 +654,14 @@ SETTING_STRINGLIST(vpnDisabledApps, // getter
removeVpnDisabledApps, // remover
hasVpnDisabledApps, // has
"vpnDisabledApps", // key
QStringList(), // default value
#ifdef MZ_ANDROID
QStringList{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is all we need to make the linter happy

@brizental brizental merged commit ea4e1fd into main Apr 16, 2024
118 of 120 checks passed
@brizental brizental deleted the basti/make_android_auto_default_excluded branch April 16, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛬 Landing This PR is marked as "auto-merge"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants