Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protonshift",
"version": "0.8.9",
"version": "0.8.10",
"description": "Linux game configuration toolkit",
"main": "dist/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion electron/renderer/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
import "./out/dev/types/routes.d.ts";

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
10 changes: 6 additions & 4 deletions electron/renderer/src/app/controllers/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,12 @@ export default function ControllersPage() {
) : error ? (
<Alert status="danger">
<Alert.Indicator />
<Alert.Title>Failed to detect controllers</Alert.Title>
<Alert.Description>
Check that the backend is running and <code className="text-neon-cyan">/proc/bus/input/devices</code> or <code className="text-neon-cyan">/dev/input/js*</code> is accessible, then try refreshing.
</Alert.Description>
<Alert.Content>
<Alert.Title>Failed to detect controllers</Alert.Title>
<Alert.Description>
Check that the backend is running and <code className="text-neon-cyan">/proc/bus/input/devices</code> or <code className="text-neon-cyan">/dev/input/js*</code> is accessible, then try refreshing.
</Alert.Description>
</Alert.Content>
</Alert>

/* Empty state */
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "protonshift"
version = "0.8.9"
version = "0.8.10"
description = "Linux game configuration toolkit: GPU, launch options, Proton, env vars"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
Loading