Skip to content

Commit ebd916b

Browse files
Copilotlijy91
andcommitted
Clean up remaining GtkStatusIcon comment reference
Co-authored-by: lijy91 <3889523+lijy91@users.noreply.github.com>
1 parent c3ca4d4 commit ebd916b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/linux/tray_manager_linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ TrayManager::~TrayManager() {
4545
for (auto& pair : trays_) {
4646
auto tray = pair.second;
4747
if (tray) {
48-
// The TrayIcon destructor will handle cleanup of the GtkStatusIcon
48+
// The TrayIcon destructor will handle cleanup of the AppIndicator
4949
}
5050
}
5151
trays_.clear();

0 commit comments

Comments
 (0)