diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-17 08:56:16 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-22 07:33:37 -0400 |
| commit | bca6283311cf1dea4c96f8ee5bf192bdb1640cb3 (patch) | |
| tree | 7a6b0445974a974bf4b03d08d4ac9371de0ea663 /src/settingsdialog.ui | |
| parent | d1b4dec8ad1635738ada3dfbde5907e7f0df3448 (diff) | |
use log::Levels instead of ints
create log level combobox in code, set selected index based on value instead
added log level to context menu in log list
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index fccc8be0..1e94bcde 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -1426,26 +1426,6 @@ programs you are intentionally running.</string> "Debug" produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the "Info" level for regular use. On the "Error" level the log file usually remains empty. </string> </property> - <item> - <property name="text"> - <string>Debug</string> - </property> - </item> - <item> - <property name="text"> - <string>Info (recommended)</string> - </property> - </item> - <item> - <property name="text"> - <string>Warning</string> - </property> - </item> - <item> - <property name="text"> - <string>Error</string> - </property> - </item> </widget> </item> </layout> |
