1
0
Fork 0
mirror of synced 2024-06-27 18:51:06 +12:00

DefaultGameSettings: Less verbose file name

This commit is contained in:
loathingKernel 2023-03-14 13:17:43 +02:00
parent cf4835542d
commit d641d0fcf2
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@ from rare.shared import ArgumentsSingleton
from rare.widgets.side_tab import SideTabWidget
from .about import About
from .debug import DebugSettings
from .default_game_settings import DefaultGameSettings
from .game_settings import DefaultGameSettings
from .legendary import LegendarySettings
from .rare import RareSettings