Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
new ghs symbols (#140)
Browse files Browse the repository at this point in the history
* new ghs symbols

* added link to symbols in code
  • Loading branch information
crapStone authored Feb 15, 2021
1 parent a443b02 commit c63bff8
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 0 deletions.
Binary file modified ghs_symbols/ghs01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ghs_symbols/ghs02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ghs_symbols/ghs03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ghs_symbols/ghs04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ghs_symbols/ghs05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ghs_symbols/ghs06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ghs_symbols/ghs07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ghs_symbols/ghs08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ghs_symbols/ghs09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src-tauri/src/config/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pub fn save_config(config: JsonConfig) -> Result<()> {
}

pub fn get_hazard_symbols() -> Result<GHSSymbols> {
// symbols from: https://unece.org/transportdangerous-goods/ghs-pictograms
let symbol_folder = get_program_path().with_file_name("ghs_symbols");
log::debug!("loading ghs symbols from: {:?}", symbol_folder);

Expand Down

0 comments on commit c63bff8

Please sign in to comment.