mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Update all cargo.toml. Support G713P
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
[package]
|
||||
name = "rog-control-center"
|
||||
license = "MPL-2.0"
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
authors = ["Luke D. Jones <luke@ljones.dev>"]
|
||||
edition = "2021"
|
||||
readme.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[features]
|
||||
#default = ["mocking"]
|
||||
|
||||
@@ -61,8 +61,8 @@ pub fn start_notifications(config: Arc<Mutex<Config>>) -> Result<()> {
|
||||
let mut ac = String::new();
|
||||
let mut bat = String::new();
|
||||
if let Ok(config) = config_copy.lock() {
|
||||
ac = config.ac_command.clone();
|
||||
bat = config.bat_command.clone();
|
||||
ac.clone_from(&config.ac_command);
|
||||
bat.clone_from(&config.bat_command);
|
||||
}
|
||||
|
||||
if p == 0 && p != last_state {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2024-05-05 08:22+0000\n"
|
||||
"POT-Creation-Date: 2024-05-05 21:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
Reference in New Issue
Block a user