Skip to content

Commit a5dfdcc

Browse files
committed
SD
1 parent 20b238f commit a5dfdcc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Ability to select multiple items with mouse and keyboard - [#1478](https://github.com/qarmin/czkawka/pull/1478)
1919
- Added sort buttons - [#1501](https://github.com/qarmin/czkawka/pull/1501)
2020
- Remembering window size - [#1508](https://github.com/qarmin/czkawka/pull/1508)
21-
- Added translations - [#1508](https://github.com/qarmin/czkawka/pull/1508)
21+
- Added translations - [#1508](https://github.com/qarmin/czkawka/pull/1508)[#1513], (https://github.com/qarmin/czkawka/pull/1513)
2222

2323
### External
2424
– There is a new, unofficial Tauri-based frontend for Czkawka - [Czkawka Tauri](https://github.com/shixinhuang99/czkawka-tauri)

czkawka_core/src/common.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ pub fn get_number_of_threads() -> usize {
166166

167167
fn filtering_messages(record: &Record) -> bool {
168168
if let Some(module_path) = record.module_path() {
169+
// Printing not supported modules
169170
// if !["krokiet", "czkawka", "log_panics", "smithay_client_toolkit", "sctk_adwaita"]
170171
// .iter()
171172
// .any(|t| module_path.starts_with(t))

0 commit comments

Comments
 (0)