You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if config.display_preamble() && !config.skip_notify(){
91
-
print_warning("Due to a design issue with notify-send it could be that topgrade hangs when it's finished.
90
+
{
91
+
if config.display_preamble() && !config.skip_notify(){
92
+
print_warning("Due to a design issue with notify-send it could be that topgrade hangs when it's finished.
92
93
If this is the case on your system add the --skip-notify flag to the topgrade command or set skip_notify = true in the config file.
93
94
If you don't want this message to appear any longer set display_preamble = false in the config file.
94
95
For more information about this issue see https://askubuntu.com/questions/110969/notify-send-ignores-timeout and https://github.com/topgrade-rs/topgrade/issues/288.");
96
+
}
95
97
}
96
98
97
99
if config.run_in_tmux() && env::var("TOPGRADE_INSIDE_TMUX").is_err(){
0 commit comments