fix: disabling open screenshot folder button for linux users

This commit is contained in:
Moyasee
2025-10-24 08:22:53 +03:00
parent af69d19db7
commit 274cb21459

View File

@@ -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();