Module: ClashSystray
- Defined in:
- lib/clash-systray/app.rb,
lib/clash-systray/config.rb,
lib/clash-systray/version.rb,
lib/clash-systray/config/settings.rb
Defined Under Namespace
Classes: Application, Settings
Constant Summary collapse
- VERSION =
"1.0.6"
Class Method Summary collapse
Class Method Details
.settings ⇒ Object
5 6 7 |
# File 'lib/clash-systray/config.rb', line 5 def self.settings @settings ||= Settings.new end |