Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
leap
bitmask-vpn
Commits
abb65c7f
Unverified
Commit
abb65c7f
authored
4 years ago
by
meskio
Browse files
Options
Downloads
Patches
Plain Diff
Unblock is not needed switch off does unblock bitmask
parent
5ba62c56
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!104
Failures
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
gui/backend.go
+0
-5
0 additions, 5 deletions
gui/backend.go
gui/handlers.cpp
+0
-5
0 additions, 5 deletions
gui/handlers.cpp
gui/handlers.h
+0
-1
0 additions, 1 deletion
gui/handlers.h
pkg/backend/api.go
+0
-5
0 additions, 5 deletions
pkg/backend/api.go
with
0 additions
and
16 deletions
gui/backend.go
+
0
−
5
View file @
abb65c7f
...
...
@@ -32,11 +32,6 @@ func SwitchOff() {
backend
.
SwitchOff
()
}
//export Unblock
func
Unblock
()
{
backend
.
Unblock
()
}
//export Quit
func
Quit
()
{
backend
.
Quit
()
...
...
This diff is collapsed.
Click to expand it.
gui/handlers.cpp
+
0
−
5
View file @
abb65c7f
...
...
@@ -30,11 +30,6 @@ void Backend::switchOff()
SwitchOff
();
}
void
Backend
::
unblock
()
{
Unblock
();
}
void
Backend
::
donateAccepted
()
{
DonateAccepted
();
...
...
This diff is collapsed.
Click to expand it.
gui/handlers.h
+
0
−
1
View file @
abb65c7f
...
...
@@ -34,7 +34,6 @@ public slots:
QString
getVersion
();
void
switchOn
();
void
switchOff
();
void
unblock
();
void
donateAccepted
();
void
quit
();
};
...
...
This diff is collapsed.
Click to expand it.
pkg/backend/api.go
+
0
−
5
View file @
abb65c7f
...
...
@@ -24,11 +24,6 @@ func SwitchOff() {
go
stopVPN
()
}
func
Unblock
()
{
//TODO -
fmt
.
Println
(
"unblock... [not implemented]"
)
}
func
Quit
()
{
if
ctx
.
Status
!=
off
{
go
setStatus
(
stopping
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment