Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffB42 <10328858+JeffB42@users.noreply.github.com>2021-04-17 19:10:42 +0300
committerJeffB42 <10328858+JeffB42@users.noreply.github.com>2021-04-17 19:10:42 +0300
commitd83a45e29594736fc26e6739c72e508c2d11c1f0 (patch)
tree06d4f3fa885e7aaad6ea46edc308af44c88e3e43
parent2ac3639227df2fceb4ddb359740f6e9787834353 (diff)
added call to DumpSystemInformation()
-rwxr-xr-xmain.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index dc34493..883a2d2 100755
--- a/main.go
+++ b/main.go
@@ -122,6 +122,7 @@ func main() {
settings, _ := gtk.SettingsGetDefault()
settings.SetProperty("gtk-application-prefer-dark-theme", true)
+ utils.DumpSystemInformation()
utils.DumpEnvironmentVariables()
setCursor()