Skip to content

Commit 2986803

Browse files
committed
lxqttaskbartypes.h: fix ShowOnAll desktops flag value
1 parent 632c551 commit 2986803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/backends/lxqttaskbartypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ enum class LXQtTaskBarWindowLayer
7878

7979
enum class LXQtTaskBarWorkspace
8080
{
81-
ShowOnAll = -1
81+
ShowOnAll = 0 // Virtual destops have 1-based indexes
8282
};
8383

8484
#endif // LXQTTASKBARTYPES_H

0 commit comments

Comments
 (0)