mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
fix: disabling open screenshot folder button for linux users
This commit is contained in:
@@ -131,6 +131,7 @@ export function SettingsAchievements() {
|
||||
<div className="settings-achievements__button-container">
|
||||
<Button
|
||||
theme="outline"
|
||||
disabled={window.electron.platform === "linux"}
|
||||
onClick={async () => {
|
||||
const screenshotsPath =
|
||||
await window.electron.getScreenshotsPath();
|
||||
|
||||
Reference in New Issue
Block a user