File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }
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
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"}
You can’t perform that action at this time.
0 commit comments