gtk: fix comment about adwaita version (#7274)

pull/7275/head
Mitchell Hashimoto 2025-05-06 07:04:32 -07:00 committed by GitHub
commit e2b5bfb5b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ pub const Action = union(enum) {
move_tab: isize, move_tab: isize,
/// Toggle the tab overview. /// Toggle the tab overview.
/// This only works with libadwaita enabled currently. /// This only works with libadwaita version 1.4.0 or newer.
toggle_tab_overview, toggle_tab_overview,
/// Change the title of the current focused surface via a prompt. /// Change the title of the current focused surface via a prompt.