Skip to content

Commit ac8030a

Browse files
committed
add: Thorium
1 parent 59b9e4c commit ac8030a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/get_active_window.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Author: timochan
33
* @Date: 2023-07-17 11:48:02
44
* @LastEditors: timochan
5-
* @LastEditTime: 2023-07-26 16:25:24
5+
* @LastEditTime: 2023-10-30 22:22:22
66
* @FilePath: /processforlinux/src/get_active_window.rs
77
*/
88
use std::error::Error;
@@ -57,6 +57,8 @@ impl WindowTitle {
5757
"Kmail" => WindowTitle::Mail,
5858
"QQ" => WindowTitle::QQ,
5959
"Chrome" => WindowTitle::Chrome,
60+
"Chromium" => WindowTitle::Chrome,
61+
"Thorium" => WindowTitle::Chrome,
6062
"qqmusic" => WindowTitle::QQ音乐,
6163
"Music" => WindowTitle::NetEaseMusic,
6264
"YesPlayMusic" => WindowTitle::NetEaseMusic,

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Author: timochan
33
* @Date: 2023-07-17 11:48:02
44
* @LastEditors: timochan
5-
* @LastEditTime: 2023-09-05 15:31:33
5+
* @LastEditTime: 2023-10-18 08:53:11
66
* @FilePath: /processforlinux/src/main.rs
77
*/
88
mod get_active_window;

0 commit comments

Comments
 (0)