Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a version check on apps - Done #39

Merged
merged 3 commits into from
Sep 21, 2023

Conversation

TedZy829
Copy link
Contributor

No description provided.

@TedZy829 TedZy829 marked this pull request as ready for review September 21, 2023 03:29
@TedZy829
Copy link
Contributor Author

Hi, i have resolve the conflicts and now it is ready for merging, please do give it a final review and let me know if there is any further changes necessary, thanks!

Comment on lines 126 to 132
const runningApps = useAppSelector(selectRunningApps);

// Terminate all currently running apps
Object.keys(runningApps).forEach((appId) => {
window.electron.ipcRenderer.madaraApp.stopApp(appId);
});

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we adding this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry its a missed unresolved comflict from the previous, i have fixed it already

@apoorvsadana apoorvsadana merged commit a6c9bce into keep-starknet-strange:main Sep 21, 2023
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants