@@ -10,7 +10,10 @@ namespace Publicate {
}
protected override void activate () {
+ // Absolutely janky fix for whatever is causing the keyboard shortcuts not to show up in menus
var window = new ViewerWindow(this);
+ window.destroy ();
+ window = new ViewerWindow(this);
add_window (window);
window.present ();