Skip to content

Commit 9abbcca

Browse files
levinli303claude
andcommitted
Add SHAddToRecentDocs when running a script file
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bf46b25 commit 9abbcca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CelestiaWinUI/MainWindow.xaml.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,7 @@ namespace winrt::CelestiaWinUI::implementation
989989
if (strong_this == nullptr) return;
990990
strong_this->appCore.RunScript(scriptFile.Path());
991991
});
992+
SHAddToRecentDocs(SHARD_PATHW, scriptFile.Path().c_str());
992993
}
993994
co_return;
994995
}

0 commit comments

Comments
 (0)