mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Add everything plugin context menu and add settings in Url plugin (#2299)
1. Add useful context menu items in everything 2. Add settings in Url plugin, can set browser path * let url plugin support multi Languages
This commit is contained in:
13
Plugins/Wox.Plugin.Url/Settings.cs
Normal file
13
Plugins/Wox.Plugin.Url/Settings.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Wox.Plugin.Url
|
||||
{
|
||||
public class Settings
|
||||
{
|
||||
public string BrowserPath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user