mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
Create shortcut only on windows.
This commit is contained in:
parent
2cef57486a
commit
da100e210a
@ -9,7 +9,9 @@ ready(function(){
|
|||||||
displayVersion();
|
displayVersion();
|
||||||
reApplyPeriodically(require('electron-settings').get('settings.reapply_periodically'));
|
reApplyPeriodically(require('electron-settings').get('settings.reapply_periodically'));
|
||||||
displayOptionDescription();
|
displayOptionDescription();
|
||||||
|
if (require('os').platform === 'win32') {
|
||||||
recreateShortcut();
|
recreateShortcut();
|
||||||
|
}
|
||||||
updatePresetList();
|
updatePresetList();
|
||||||
checkForNewRelease();
|
checkForNewRelease();
|
||||||
document.isStarting = false;
|
document.isStarting = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user