File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
ts/components/settings/section Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
import { ipcRenderer , shell } from 'electron' ;
2
2
import React from 'react' ;
3
- import { SessionButtonShape } from '../../basic/SessionButton' ;
3
+ import { SessionButtonShape , SessionButtonType } from '../../basic/SessionButton' ;
4
4
5
5
import { SessionSettingButtonItem , SessionSettingsTitleWithLink } from '../SessionSettingListItem' ;
6
6
@@ -13,6 +13,7 @@ export const SettingsCategoryHelp = (props: { hasPassword: boolean | null }) =>
13
13
ipcRenderer . send ( 'show-debug-log' ) ;
14
14
} }
15
15
buttonShape = { SessionButtonShape . Square }
16
+ buttonType = { SessionButtonType . Solid }
16
17
buttonText = { window . i18n ( 'showDebugLog' ) }
17
18
title = { window . i18n ( 'reportIssue' ) }
18
19
description = { window . i18n ( 'shareBugDetails' ) }
You can’t perform that action at this time.
0 commit comments