how tf did i broke this lol

This commit is contained in:
nekohepott 2026-06-17 04:16:26 +03:00
parent 2a0682e293
commit d46f900c43
No known key found for this signature in database

View File

@ -512,7 +512,7 @@ func getTerminal() string {
}
func getDE() string {
de := os.Getenv("DESKTOP_SESSION")
de := os.Getenv("XDG_CURRENT_DESKTOP")
if de == "" {
return "Unknown or w/o GUI"
}