"ui-settings.json", "ui-state.json": no ui- prefix
This commit is contained in:
parent
99c3cc7d9f
commit
f5aa2c194a
|
@ -98,7 +98,7 @@ class Accounts(JSONConfigFile):
|
|||
|
||||
@dataclass
|
||||
class UISettings(JSONConfigFile):
|
||||
filename: str = "ui-settings.json"
|
||||
filename: str = "settings.json"
|
||||
|
||||
async def default_data(self) -> JsonData:
|
||||
return {
|
||||
|
@ -115,7 +115,7 @@ class UISettings(JSONConfigFile):
|
|||
|
||||
@dataclass
|
||||
class UIState(JSONConfigFile):
|
||||
filename: str = "ui-state.json"
|
||||
filename: str = "state.json"
|
||||
|
||||
@property
|
||||
def path(self) -> Path:
|
||||
|
|
Loading…
Reference in New Issue
Block a user