Skip to content

Commit f32d722

Browse files
committed
default filename to .gm82
1 parent b3d6017 commit f32d722

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎src/lib.rs‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,6 +2508,8 @@ unsafe fn injector() {
25082508
patch(0x6dfbec, &[b'2']);
25092509
// save new .gm82 projects to subfolder when using "save as" dialog
25102510
patch_call(0x6e06b3, make_new_folder as _);
2511+
// default to .gm82
2512+
patch(0x6e0734, &['2' as u8]);
25112513

25122514
// install extensions to own directory if possible
25132515
patch_call(0x713cdf, install_extensions_to_exedir_if_possible as _);

0 commit comments

Comments
 (0)