在 daemon 优化了异常处理行为; 为编辑器等也设置了可定义的环境变量; 更新 README;
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
import os
|
||||
|
||||
from common.constant import code_snippet_rofi
|
||||
from common import rofi
|
||||
from common.constant import code_snippet_rofi
|
||||
from menu.MainMenu import MainMenu
|
||||
|
||||
if code_snippet_rofi is None:
|
||||
r = rofi.Rofi()
|
||||
else:
|
||||
r = rofi.Rofi(code_snippet_rofi)
|
||||
r = rofi.Rofi(code_snippet_rofi)
|
||||
MainMenu(r).run()
|
||||
|
||||
Reference in New Issue
Block a user