Support PWA for the web version (#212)
* Support PWA for the web version * Remove unused Cargo.lock
This commit is contained in:
@@ -45,7 +45,7 @@ export const AboutWindow = () => {
|
||||
{_('Version {{version}}', { version: packageJson.version })}
|
||||
</p>
|
||||
{hasUpdater() && !isUpdated && (
|
||||
<span className='badge badge-primary mt-2' onClick={handleCheckUpdate}>
|
||||
<span className='badge badge-primary mt-2 cursor-pointer' onClick={handleCheckUpdate}>
|
||||
{_('Check update')}
|
||||
</span>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user