Skip to content

Commit ba96910

Browse files
committed
Update dx_states.dta
1 parent 3df7c77 commit ba96910

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

_ark/ps4/dx/overshell/dx_states.dta

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,15 +1827,15 @@
18271827
{if_else {$this in_song}
18281828
{$this setup_confirm_actions a
18291829
(
1830-
{if_else $faststart "Fast Start: ON" "Fast Start: OFF"}
1831-
{if_else $notifycolored "Plugin Notification Icon: Colored" "Plugin Notification Icon: B/W"}
1830+
{if_else $faststart os_fast_start_on os_fast_start_off}
1831+
{if_else $notifycolored os_notification_icon_colored os_notification_icon_bw}
18321832
)
18331833
}
18341834
{$this setup_confirm_actions a
18351835
(
1836-
"Screensaver"
1837-
{if_else $faststart "Fast Start: ON" "Fast Start: OFF"}
1838-
{if_else $notifycolored "Plugin Notification Icon: Colored" "Plugin Notification Icon: B/W"}
1836+
os_screensaver
1837+
{if_else $faststart os_fast_start_on os_fast_start_off}
1838+
{if_else $notifycolored os_notification_icon_colored os_notification_icon_bw}
18391839
)
18401840
}
18411841
}
@@ -1849,10 +1849,10 @@
18491849
(SELECT_MSG
18501850
{local $list_data {($objId UIListCom) get_data_in_column token}}
18511851
{switch $list_data
1852-
("Screensaver"
1852+
(os_screensaver
18531853
{$this show_state dxState_ScreensaverWarn}
18541854
{$this trigger_select_effects})
1855-
(("Fast Start: ON" "Fast Start: OFF")
1855+
((os_fast_start_on os_fast_start_off)
18561856
{set $faststart {! $faststart}}
18571857
{if_else $faststart
18581858
{do
@@ -1867,7 +1867,7 @@
18671867
RB4DXEXTRA_DATA
18681868
{$this trigger_select_effects}
18691869
)
1870-
(("Plugin Notification Icon: Colored" "Plugin Notification Icon: B/W")
1870+
((os_notification_icon_colored os_notification_icon_bw)
18711871
{set $notifycolored {! $notifycolored}}
18721872
{if_else $notifycolored
18731873
{dx_write_null_file "notifycolored.ini"}

0 commit comments

Comments
 (0)