Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dap-ui-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dap
dap-ui-sdk
Merge requests
!216
fixed bugs-4539
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fixed bugs-4539
bugs-4539
into
develop
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
AlexeyPostnikov
requested to merge
bugs-4539
into
develop
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
develop
version 2
e765b5b7
4 years ago
version 1
385da65a
4 years ago
develop (base)
and
latest version
latest version
e765b5b7
2 commits,
4 years ago
version 2
e765b5b7
2 commits,
4 years ago
version 1
385da65a
1 commit,
4 years ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
vpn/ui/dialogs/AccountScreenBase.cpp
+
2
−
1
Options
@@ -67,7 +67,8 @@ QList<CustomPopup *> AccountScreenBase::customPopups()
return
{
#ifndef Q_OS_ANDROID
m_ui
->
cbbLicenceTariff
->
popup
(),
m_ui
->
cbbBugReport
->
popup
()
m_ui
->
cbbBugReport
->
popup
(),
m_serialRemovalMessage
#endif
};
}
Loading