tweaks
This commit is contained in:
@@ -88,8 +88,8 @@ function Picker() {
|
||||
// Don't auto-create session - let user create it explicitly
|
||||
setActiveSession(session);
|
||||
|
||||
// Load all games for manual selection
|
||||
const gamesResponse = await api.get('/games');
|
||||
// Load all enabled games for manual selection
|
||||
const gamesResponse = await api.get('/games?enabled=true');
|
||||
setAllGames(gamesResponse.data);
|
||||
|
||||
// Load currently playing game if session exists
|
||||
|
||||
Reference in New Issue
Block a user