Skip to content
Snippets Groups Projects
Commit c44c9ed9 authored by guinux's avatar guinux
Browse files

fix freeze when quick scrolling on refresh period setting

parent 34fbd9d4
No related branches found
No related tags found
No related merge requests found
......@@ -224,12 +224,6 @@ namespace Pamac {
refresh_period_spin_button.sensitive = true;
no_update_hide_icon_checkbutton.sensitive = true;
ignorepkgs_box.sensitive = true;
// launch pamac-tray if needed
try {
Process.spawn_command_line_async ("pamac-tray");
} catch (SpawnError e) {
stderr.printf ("SpawnError: %s\n", e.message);
}
}
no_update_hide_icon_checkbutton.active = no_update_hide_icon;
enable_aur_button.state = enable_aur;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment