Skip to content

Commit

Permalink
added call to DumpSystemInformation()
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffB42 committed Apr 17, 2021
1 parent 2ac3639 commit d83a45e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func main() {
settings, _ := gtk.SettingsGetDefault()
settings.SetProperty("gtk-application-prefer-dark-theme", true)

utils.DumpSystemInformation()
utils.DumpEnvironmentVariables()

setCursor()
Expand Down

0 comments on commit d83a45e

Please sign in to comment.