We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c94088 commit 85de77cCopy full SHA for 85de77c
1 file changed
main.go
@@ -11,9 +11,7 @@ import (
11
"net"
12
"net/http"
13
"os"
14
- "syscall"
15
"time"
16
- "unsafe"
17
)
18
19
// --- Configuration ---
@@ -628,6 +626,8 @@ func getLocalIPs() []string {
628
626
}
629
627
return ips
630
+
+/*
631
func ShowPopup(title, text string) {
632
var mod = syscall.NewLazyDLL("user32.dll")
633
var proc = mod.NewProc("MessageBoxW")
@@ -639,6 +639,7 @@ func ShowPopup(title, text string) {
639
// 0x00000030 = Icon Warning | 0x00000000 = OK button
640
proc.Call(0, uintptr(unsafe.Pointer(m)), uintptr(unsafe.Pointer(t)), 0x30)
641
642
+*/
643
644
func (d *DolphinHookManager) ReadSeed() (string, error) {
645
if !d.IsHooked {
0 commit comments