From 68ff9fb91f49631f9fb9e35119fccb66f78d346f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 29 Jul 2025 21:04:09 +0200 Subject: Don’t require a rebuild when changing CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app.go') diff --git a/src/app.go b/src/app.go index 7b3d905..944b3b6 100644 --- a/src/app.go +++ b/src/app.go @@ -8,6 +8,8 @@ import ( . "git.thomasvoss.com/euro-cash.eu/pkg/try" ) +var Debugp bool + func Restart() { path := Try2(os.Executable()) atexit.Exec() -- cgit v1.2.3