Skip to content

Commit

Permalink
⚡ terra informatica link
Browse files Browse the repository at this point in the history
  • Loading branch information
GirkovArpa committed Apr 19, 2021
1 parent a5c9083 commit fc4babb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "temps-lite"
version = "2.2.2"
version = "2.3.2"
authors = ["GirkovArpa <girkovarpa@protonmail.com>"]
edition = "2018"

Expand All @@ -20,7 +20,7 @@ OriginalFilename = "temps-lite.exe"
LegalCopyright = "Copyright © GirkovArpa 2021"
FileDescription = "temps-lite: A smart, good-looking little weather app"
ProductName = "temps-lite"
ProductVersion = "2.2.2"
ProductVersion = "2.3.2"

[profile.release]
opt-level = "z" # Optimize for size.
4 changes: 2 additions & 2 deletions app/copyright-notice.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#copyright {
color: #999;
font-size: 10dip;
height: 10dip;
height: 25dip;
margin-top: 13dip;
}

#sciter-logo {
vertical-align: bottom;
}
}
8 changes: 7 additions & 1 deletion app/copyright-notice.tis
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ $(#sciter-link) << event click {
const href = this.attributes["href"];
Sciter.launch(href);
return true;
}
}

$(#terra-informatica-link) << event click {
const href = this.attributes["href"];
Sciter.launch(href);
return true;
}
2 changes: 1 addition & 1 deletion app/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
href="https://sciter.com">Sciter Engine</a>,
</div>
<div .copyright-row>
© Terra Informatica Software, Inc.
© <a #terra-informatica-link href="https://terrainformatica.com/">Terra Informatica Software, Inc.</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/storage.tis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const initDatabase = function(storage) {
storage.root = {
VERSION: "2.2.2",
VERSION: "2.3.2",
LOCATION: "New York",
UNITS: "imperial",
TIME_FORMAT: "12h",
Expand Down

0 comments on commit fc4babb

Please sign in to comment.