File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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*/
88use 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 ,
Original file line number Diff line number Diff line change 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 */
88mod get_active_window;
You can’t perform that action at this time.
0 commit comments