Merge remote-tracking branch

'origin/GP-3477_ghidragon_exiting_via_menu_doesn't_save_theme_changes'
into patch (Closes #5377)
This commit is contained in:
Ryan Kurtz
2023-06-09 11:13:11 -04:00
@@ -46,7 +46,7 @@ public class AppInfo {
public static void exitGhidra() {
assertFrontEndRunning();
tool.exit();
tool.close(); // closing the front end tool will exit the application
}
private static void assertFrontEndRunning() {