Skip to content

Commit a9abd6c

Browse files
committed
feat(settings): add pga/pgv switch
1 parent cea707f commit a9abd6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sesnaquake",
33
"private": true,
4-
"version": "0.2.1-rc.1+build.1",
4+
"version": "0.2.1-rc.1+build.2",
55
"type": "module",
66
"main": "dist-electron/main.js",
77
"scripts": {

src/ts/utils/settingsSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const SETTINGS_SCHEMA: SettingSection[] = [
7474
key: "stnColor",
7575
labelKey: "settingsStnColor",
7676
type: "select",
77-
default: "pgv",
77+
default: "pga",
7878
options: [
7979
{ value: "pgv", label: "PGV" },
8080
{ value: "pga", label: "PGA" }

0 commit comments

Comments
 (0)