This website requires JavaScript.
Explore
Help
Sign In
apps
/
goodlink
Watch
1
Star
0
Fork
0
You've already forked goodlink
mirror of
https://gitee.com/konyshe/goodlink.git
synced
2026-04-22 22:57:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
goodlink
/
ui2
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
kony
4b94010cc8
Add TunKeyByteLen constant for fixed key length and update key generation logic across files. Adjust placeholder text for key input section to reflect new length range.
2026-03-27 13:22:27 +08:00
..
footer.go
Add NAT hint icon to footer and update display logic for NAT type in ShowNATHint function. Refresh UI elements to reflect current network status.
2026-03-17 10:10:22 +08:00
log.go
Refactor UI update logic to ensure all UI modifications are executed on the main thread using fyne.Do, enhancing thread safety and preventing potential deadlocks during UI updates.
2026-02-15 13:40:44 +08:00
start.go
Update configuration references from goodlink_config to goodlink3 across multiple files. This change improves code organization and consistency in configuration management.
2026-03-19 12:45:25 +08:00
tray.go
Refactor InitTrayIcons function in ui2/tray.go to accept desktop.App parameter, enhancing tray icon management in main_ui.go. This change improves the integration of tray icons with the application context, ensuring proper initialization and resource handling.
2026-03-17 21:56:35 +08:00
ui.go
Add TunKeyByteLen constant for fixed key length and update key generation logic across files. Adjust placeholder text for key input section to reflect new length range.
2026-03-27 13:22:27 +08:00