From af65c5d1e1fbab6dc82e3d3746a53ec0bb81f922 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 22 Jul 2022 14:58:34 +0200 Subject: src/rotation-lock.cpp: Add tooltip, rename indicator title from 'Rotation' to 'Display' on desktops. --- src/indicator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/indicator.h') diff --git a/src/indicator.h b/src/indicator.h index b5524d1..7379b32 100644 --- a/src/indicator.h +++ b/src/indicator.h @@ -32,6 +32,7 @@ struct Header std::string title; std::string label; std::string a11y; + std::string tooltip; std::shared_ptr icon; bool operator== (const Header& that) const { -- cgit v1.2.3