Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CapitaineJSparrow committed May 16, 2021
1 parent cad5e71 commit dc69578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/service/ryujinx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ export const shareShader = async (config: IRyujinxConfig, titleID: string, GameN
return false;
}

if (true) {

if (!localStorage.getItem('shaders-share-warning')) {
const { value } = await Swal.fire({
title: 'Notice',
showCancelButton: true,
Expand Down
3 changes: 1 addition & 2 deletions src/ui/changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ const Changelog = () => {
<h1 style={{ textAlign: 'center' }}>What's new ? v{version}</h1>
<br />
<ul style={{ marginLeft: 20 }}>
<li>Added a threshold to enable the share shaders button : Since we are getting a lot of submissions, it takes a lot of time to validate shaders because we are downloading them, testing in game before upload. <b>Share button will be disabled if you share less than 50 new shaders</b> than emusak</li>
<li>Added a threshold to enable the share shaders button : Since we are getting a lot of submissions, it takes a lot of time to validate shaders because we are downloading them, testing in game before upload. <b>you are only able to upload Shaders which surpass the previous ones by at least 100 new ones for now</b></li>
<li>Add a notice first time you share shaders</li>
<li>Technical cleanup</li>
</ul>
<br/>
<p>
Expand Down

0 comments on commit dc69578

Please sign in to comment.