Skip to content

Commit

Permalink
Specify unit in process timeout config
Browse files Browse the repository at this point in the history
  • Loading branch information
s0hv committed Apr 30, 2023
1 parent 7047c5a commit 8c30f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foo_discord_rich/foo_discord_rich.rc
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ BEGIN
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,188,287,10
EDITTEXT IDC_TEXTBOX_METADB_KEY,101,227,203,13,ES_AUTOHSCROLL
LTEXT "Artwork identifier key",IDC_STATIC,17,229,72,8
LTEXT "Process timeout",IDC_STATIC,17,246,72,8
EDITTEXT IDC_TEXTBOX_PROCESS_TIMEOUT,101,245,203,13,ES_AUTOHSCROLL
LTEXT "Process timeout (seconds)",IDC_STATIC,17,246,84,8
EDITTEXT IDC_TEXTBOX_PROCESS_TIMEOUT,120,245,184,13,ES_AUTOHSCROLL
END

IDD_CTX_MENU_INPUT DIALOGEX 0, 0, 341, 73
Expand Down

0 comments on commit 8c30f75

Please sign in to comment.