Skip to content

Commit

Permalink
lxqttaskbartypes.h: fix ShowOnAll desktops flag value
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgit committed Jul 9, 2024
1 parent 632c551 commit 2986803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/backends/lxqttaskbartypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ enum class LXQtTaskBarWindowLayer

enum class LXQtTaskBarWorkspace
{
ShowOnAll = -1
ShowOnAll = 0 // Virtual destops have 1-based indexes
};

#endif // LXQTTASKBARTYPES_H

0 comments on commit 2986803

Please sign in to comment.