Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
packages
tools
anonsurf
Commits
8bebcb4e
Commit
8bebcb4e
authored
Sep 27, 2020
by
dmknght
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct msg type after start
parent
afcf0716
Pipeline
#1238
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nimsrc/anonsurf/AnonSurfCli.nim
nimsrc/anonsurf/AnonSurfCli.nim
+1
-1
No files found.
nimsrc/anonsurf/AnonSurfCli.nim
View file @
8bebcb4e
...
@@ -65,7 +65,7 @@ proc start() =
...
@@ -65,7 +65,7 @@ proc start() =
if
isDesktop
:
if
isDesktop
:
sendNotify
(
"AnonSurf"
,
"You are under Tor network"
,
"security-high"
)
sendNotify
(
"AnonSurf"
,
"You are under Tor network"
,
"security-high"
)
else
:
else
:
msg
Err
(
"You are under Tor network."
)
msg
Ok
(
"You are under Tor network."
)
else
:
else
:
if
isDesktop
:
if
isDesktop
:
sendNotify
(
"AnonSurf"
,
"AnonSurf Daemon is not running"
,
"security-low"
)
sendNotify
(
"AnonSurf"
,
"AnonSurf Daemon is not running"
,
"security-low"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment