mirror of
https://github.com/taigrr/wails.git
synced 2026-04-16 19:55:05 -07:00
Squashed 'v2/' content from commit 72ef153
git-subtree-dir: v2 git-subtree-split: 72ef15359e36e42b18d9407f74c762f83eb9a099
This commit is contained in:
10
internal/app/debug.go
Normal file
10
internal/app/debug.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// +build debug
|
||||
|
||||
package app
|
||||
|
||||
// Init initialises the application for a debug environment
|
||||
func (a *App) Init() error {
|
||||
a.debug = true
|
||||
println("Initialising debug options")
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user