mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-03 01:18:02 +08:00
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:
@@ -46,7 +46,7 @@ public class AppInfo {
|
|||||||
|
|
||||||
public static void exitGhidra() {
|
public static void exitGhidra() {
|
||||||
assertFrontEndRunning();
|
assertFrontEndRunning();
|
||||||
tool.exit();
|
tool.close(); // closing the front end tool will exit the application
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void assertFrontEndRunning() {
|
private static void assertFrontEndRunning() {
|
||||||
|
|||||||
Reference in New Issue
Block a user